Clone the repo
git clone https:\\[repo link]
To run the server, navigate to the server directory:
npm install
and then:
npm run dev
To run the client, on a new Terminal navigate to the client directory cd ./client
:
npm install
and then:
npm start
To run the Dashboard, on a new Terminal navigate to the dashboard directory cd ./Dashboard
:
npm install
and then:
npm start