This project was bootstrapped with Create React App.
This is the code for the frontend part of the application.
- Fork this project and clone it in your local machine
- In the terminal type
npm i
. This will install all the necessary packages. (You should have Nodejs installed in your local machine) - Create an .env file in the root of your project and add the following line
REACT_APP_HOST=http://localhost:4000
Your frontend now has been setup. You can run it by typing npm start
This runs the app in the development mode. Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
This repository only contains the frontend code. To fully run the application you need to setup the backend code as well. Link for the backend repository