Run git clone https://github.com/nitsel88/finalSBA.git projmanager
and move to project directory cd projmanager
Run npm install gulp-cli -g && npm install gulp
Run gulp
to install dependecies, build and start the server at port 3001
(Prerequisite: mongodb to be installed and mongoserver serving at port : 27017)
or run them manually step by step as below,
Run gulp depinstall
to install dependecies
Run gulp build
to build the project
Run gulp start
to start server