Outils pour utilisateurs

Outils du site


web:javascript:mean_stack:demarrage

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
web:javascript:mean_stack:demarrage [2014/12/29 05:11] – [Packages npm] sgariepyweb:javascript:mean_stack:demarrage [2022/02/02 00:42] (Version actuelle) – modification externe 127.0.0.1
Ligne 10: Ligne 10:
  
   - [[bases_de_donnees:mongodb:toc#installation|Installation de MongoDB]].   - [[bases_de_donnees:mongodb:toc#installation|Installation de MongoDB]].
-  - [[web:javascript:nodejs#mac_os_x|Installation de Node.js]].+  - [[web:javascript:nodejs:toc|Installation de NodeJS]]
   - Installation d'Express.   - Installation d'Express.
  
Ligne 19: Ligne 19:
   - Installer les packages npm suivants (globalement, ajouter ''-g'' à la fin) :   - Installer les packages npm suivants (globalement, ajouter ''-g'' à la fin) :
     * ''npm install nodemon -g''     * ''npm install nodemon -g''
-    * ''npm --save install express jade'' (install jade globally to build from Sublime Text)+    * ''%%npm install express jade --save%%'' (install jade globally to build from Sublime Text)
     * ''npm install bower -g''     * ''npm install bower -g''
     * ''npm install stylus %%--save%%''     * ''npm install stylus %%--save%%''
Ligne 67: Ligne 67:
 </code> </code>
   - ''git add -A''   - ''git add -A''
-  - ''git commit -m "First commit."''+  - ''%%git commit -m "First commit."%%''
  
 ===== Configuration de Bower ===== ===== Configuration de Bower =====
Ligne 79: Ligne 79:
   - Un fichier ''bower.json'' est créé.   - Un fichier ''bower.json'' est créé.
   - Installer les packages bower :   - Installer les packages bower :
-    * bower install jquery --save +    * jQuery : ''%%bower install jquery --save%%'' 
-    * bower install toastr --save +    * Bootstrap : ''%%bower install bootstrap --save%%'' 
-    * bower install angular angular-resource angular-route --save +    * toastr : ''%%bower install toastr --save%%'' 
- +    * AngularJS : ''%%bower install angular angular-resource --save%%'' 
 +    * Angular UI Router : ''%%bower install angular-ui-router --save%%'' 
 +    * Angular UI Bootstrap : ''%%bower install angular-ui-bootstrap --save%%''
  
 ===== Créer le fichier server.js ===== ===== Créer le fichier server.js =====
  
 ==== Passport ==== ==== Passport ====
 +
 +  * [[https://github.com/jwalton/passport-api-docs|Passport: The Hidden Manual]]
 +
 +
 +====== Yeoman ======
 +
 +===== Installation =====
 +
 +  npm install -g yo
 +
 +
 +
 +
 +===== Démarrer un projet AngularJS =====
 +
 +  yo angular
 +
  
  
web/javascript/mean_stack/demarrage.1419826272.txt.gz · Dernière modification : 2022/02/02 00:43 (modification externe)