Install all dependencies with npm install
.
Runs the app in the development mode. Open http://localhost:3000 to view it in your browser.
Launches the test runner in the interactive watch mode.
Builds the app for production to the build
folder.
- Finalize test for all components
- Handle loading & error state for all API calls
- Enable multi-level filtering (e.g. with the implementation of a new endpoint or by filtering of the results in the client)
- Setup production environment (e.g. with Node.js and Express Server)
- Setup automatic deployment with Github CI/CD pipeline using semantic-release