Based on the material in:
Tutorial: Intro to React (https://reactjs.org/tutorial/tutorial.html)
Go to the application directory:
cd app
-
Start the development server.
npm start
-
Bundle the app into static files for production.
npm run build
-
Start the test runner.
npm test