I have checked both commands npm start and npm run start, both works perfectly. I used create-react-app. But to make configuration changes in the C
npm start
npm run start
npm start is the short form for npm run start. So, its one and the same thing.