I usually cd into the app directory and then run npm start.
cd
npm start
It is my feeling that there ought to be some way to run npm start
Below Command where project is a folder which contains package.json file
project
package.json
npm run --prefix project ${COMMAND}
is working as well. Useful in Docker based applications.