Before, developing make sure you have a local version of the backend running at localhost:5000.
- Need to install Node. Make sure node was successfully installed by doing
node -vandnpm -vto see the versions of node and npm you have on your computer. - Clone repository and enter it
- Install dependencies with
npm install - Start the front end server with
npm start
App.js is main entry point of the project. /src/components contains react components that are used inside of Appjs