Create a new React application
Start the development server
Build the app for production
Run the test watcher
npm test
Run tests in watch mode
Run tests with coverage
npm test -- --coverage
Eject from Create React App (one-way operation)
Run unit tests
Test connectivity to hosts