This repo contains:
- an React SPA (located at /frontend)
- a Node/Express API (located at /backend).
In the project directory, you can run:
Launches the packages installing for both parts of applications in a parallel way
Runs both applications in the development mode.
Open http://localhost:3000 in the browser to start interacting with an application.
Launches the tests for both parts of applications one after one
Launches the linter checks for both parts of applications one after one