/re-set

Primary LanguageJavaScript

Re-set : final project from bddi at Gobelins school

Install

  • Clone the repository and enter npm install to install dependencies
  • Be sure to have a mongodb running (on port : 27017)

Command lines

DEMO

npm run start : Build assets and start server on port 3000

node seed.js : Generate rooms with interactions

Developement

gulp : Start server on localhost:3000 with assets's watchers and server live reload (nodemon)

gulp build : Concat et minify assets (JS + SASS)

gulp sass : Concat & minifiy SASS

gulp js: Concat & minify JS

Commit convention

Please follow this commit convention : Git commit Guidelines