- Clone the repo
- Create a branch
- Commit your commits
- push your commits
- create a pull request
- add pull request details
- ask your team mates for review
-
client:
cd client && npm install && npm run dev
(LINUX & MAC) -
client:
cd client; npm install; npm run dev
(WINDOWS) -
server:
cd server && npm install && node index.js
(LINUX & MAC) -
server:
cd server; npm install; node index.js
(WINDOWS)
- cleint:
npm run client
- server:
npm run server