npm run dev
— runs the website in development mode
npm run build
— runs the React script to create a website build for deployment
npm run lint
— runs ESLint code style tests
npm run eject
— ejects your project from the Create React App setup
npm run deploy
— creates a website build and then deploys it