This project was bootstrapped with Create React App.
Make sure the API is running and you have the correct API url set on file ./config/index.js (the api by default runs on http://localhost:8080/)
In the project directory, you can run:
npm install
npm start
This will install all dependencies and run the 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.
The back-end part of this project is available here