Table des matières

Démarrer un projet AngularJS

  1. Installer NodeJS.
  2. Installer Yeoman : $ npm install -g yo
  3. Installer Bower : $ npm install -g bower
  4. Installer Grunt : $ npm install -g grunt-cli
  5. Installer Angular Generator : $ npm install -g generator-angular

Configurer Yeoman

  1. Initialisation : $ yo angular
  2. Dans la configuration, choisir les option, par exemple :
    1. SASS: no
    2. Bootstrap: Yes
    3. Modules: none

Démarrer Grunt

Installations Bower