Wednesday, 13 January 2016

Steps to create simple angular js app



           steps to create angular js app
 
  git clone --depth=1 https://github.com/angular/angular-seed.git <your-project-name>
  npm install
  npm start
  http://localhost:8000/app/index.html
  npm test                               // to test
  --* FIRST 5 STEPS ARE OK TO START APP DEMO *--
  npm run test-single-run
  npm run update-webdriver
  npm run protractor
  npm update
  bower update
  npm run update-index-async
 
 
 
 
 
 
 
  imp link https://github.com/angular/angular-seed

No comments:

Post a Comment