The client app was created using the popular create-react-app cli tool.
1.Run the app in the dev mode. Open http://localhost:3000/ to see the app.
npm run start
2.Run the tests
npm run test
3.Build the app for production. The files will be placed in the build
folder.
npm run build
4.Extract configurations and build dependencies in order to customize them.
npm run eject