Youtube Demo: https://youtu.be/A-n-hCoFqLI
You need Node.js prior to installing.
- Install Node.js
- On Windows, Linux and MacOS, install the latest Node version from the Node.js website.
With all the prerequisites installed, clone this repository with
git clone
-
In Command Prompt:
- Go to file location in your machine:
cd StudyPool cd app/backend- Install all dependencies with
npm installfor backend cd client- Install all dependencies with
npm installfor front-end
- Go to file location in your machine:
-
RUN the React by
npm startinapp/backend/client