/archives

Primary LanguageCoffeeScript

Archives

Pré-requis

Installation de Node :

  • Homebrew : brew install node
  • Manuellement : http://nodejs.org/download/

Installation de MongoDB :

  • à venir

Installation

git clone https://github.com/LanF3usT/archives.git
cd archives

Lancer les commandes :

npm install
npm install -g nodemon coffee-script mocha grunt-cli

Démarrer le serveur

npm start

Lancer les tests

npm test