PROJECT PORTAL FOR EXPLORATORY PROJECT using MERN stack
SETUP:
-
Install nodeJS and npm
npm install -g npm
Check by :
npm- V
node -V -
clone the repo
git clone git@github.com:cryptic-pr03/projectPortal.git -
install mongoDB
https://www.mongodb.com/docs/manual/installation/ -
checkout branch dev
git checkout dev -
make you own branch
git branch _yourName_ -
goto client and server folders and install dependencies
cd projectPortal/server; npm install
cd projectPortal/client; npm install