Monday, 15 September 2014

AngularJS project with YeoMan windows 7 step by step


  1. Download Node.js 
    1. install it
  2. Download Git
    1. install it
      1. Run Git form the Windows Command Prompt
      2. Configuring the line ending conversions“, choose “Checkout Windows-style, commit Unix-style line endings”
  3. Download Ruby
    1. Install it
  4. Open Command prompt
    1. Check Git command 
    2. Check Node.js
    3. if all work proper than fire few command as
      1. npm install -g yo
      2. npm install -g grunt-cli bower
      3. npm install -g generator-webapp
      4. npm install -g generator-angular
      5. note : now installation has been done these all steps are mendetory only once for your system
    4. create project directory
      1. mkdir yoeman-angular-project
      2. cd yoeman-angular-project
      3. yo angular yoeman-angular-project : for creating project and select all dependency as you required for project
      4. grunt serve --force : to start server it will open index.htm page in browser to indicate your app is running

No comments:

Post a Comment