Multi-players shooting game across machines using WebSockets.
npm install
Install all node modules under main directory.npm run bower-install
Install bower dependencies for frontend.npm run build
Build project to generate minified css and browserified JS file.npm start
to run server locally ornpm run gulp-start
to run sever in development mode.