I built an app in React with create-react-app. Just JavaScript, CSS, HTML & React. I ran npm build
then deployed the app to Netlify.
I want to go back and edit some CSS. So, I cd
into the directory from my laptop and deploy on localhost:5000. I open VS Code and make changes however none of the changes are reflected in the browser @ localhost:5000.
When I was building the app, the way I had it set up allowed me to view each change immediately in the browser when I save the file.
Are files editable after you run npm build
? What am I missing here?