This project was bootstrapped with Create React App.
We require you have node v10+ installed locally, if you are using this project.
$ node -v
v12.18.3
In the project directory, you can run:
Installs dependencies.
Runs the front-end app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Runs the backend server (src/server.js) at http://localhost:8080.
To verify it is running, in a different shell, you can do:
$ curl http://localhost:8080/health
OK
When the frontend is successfully able to talk to the backend, you should see:
You can get help with CRA at the Create React App documentation.