Skip to content
Julian Maurice edited this page Sep 7, 2018 · 5 revisions

Code

Verify syntax

./node_modules/.bin/eslint .

Debug

DEBUG=urungi:* npm start

Architecture

Routes

  • FRONT : public/js/webapp
  • BACK : server/custom/*/routes.js

Localization

See language/README.md

Drop database

`

use widestage_development switched to db widestage_development db.dropDatabase() { "dropped" : "widestage_development", "ok" : 1 } `

Clone this wiki locally