Refonte de la Mongobox
The project uses npm and Grunt to manage front-end workflow and run tasks.
To install the node modules, type in the project folder :
npm install
Then, to run Grunt tasks, type :
grunt
You might need to install the Grunt command line interface, by typing :
npm install -g grunt-cli
(-g
installs it globally).