I am following a tutorial on React using create-react-app. The application is created by create-react-app v1.3.0
create-react-app my-app
T
You might wanna add -w to {"start": "react-scripts start -w"}. I had the same issue, fixed by adding --watch.