npm start runs a script that the app maker built for easy starting of the app
npm install installs all the packages in package.json
run npm install first
then run npm start
npm start runs a script that the app maker built for easy starting of the app
npm install installs all the packages in package.json
run npm install first
then run npm start