Monsignor, reborn.
- CouchDB >1.3
- NodeJS & npm
- Install dependencies:
$ cd src/front && npm install && bower install - Launch the application:
$ grunt server - Launch tests:
$ grunt test - Build the application:
$ grunt build. The resulting application will be stored indist/and is ready to be deployed.
- Install dependecies:
$ cd src/back && npm install - Launch the back-end:
$ node server.js