This project was bootstrapped with Create React App.
REQUIRES NODE.JS Clone the Repo
Run the following commands in the project directory:
npm i --save
cd client
npm i --save
cd ..
npm i -g nodemon -d
npm run dev
These will install the necessary dependencies
Afterwards install the following browser extension:
Chrome
Firefox
In the project directory, you can run:
Runs 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.
Also will run the backend server on port 5000
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.