CRA NPM Commands
npm start
start Local Dev Server & HMR to serve updated changes
npm run build
to bundle App into final static output for production
npm test
to start Test Runner script
npm run eject
to remove CRA tool & expose project guts, for more config, copy build deps, config files & scripts into app dir.