check if you have the below line added in in the scripts section of your package.json file present in the root directory of your project :
"start" : "react-scripts start"
this is the line that enables the "npm start" command to build and run your react application