npm install -g create-react-app
create-react-app project-name
npm start - start server
npm run build - bundles for production and creates a folder
npm test - runs testing
npm run eject - allows you to customize config
npm install -g create-react-app
create-react-app project-name
npm start - start server
npm run build - bundles for production and creates a folder
npm test - runs testing
npm run eject - allows you to customize config