AngularJS Seed
- the seed for AngularJS apps
https://github.com/angular/angular-seed
git clone https://github.com/angular/angular-seed.git
cd angular-seed
npm install
npm start - http://localhost:8000/index.html
Directory Layout - _test.js -> .spec.js
npm test
Running End-to-End Tests
cd e2e-tests
npm start
npm run update-webdriver
npm run protractor
반응형
'Frontend > angularjs' 카테고리의 다른 글
[Hoon] AngularJS - Angular Style Guide & Angular 2 (0) | 2019.01.04 |
---|---|
[Hoon] AngularJS - AngularJS 버전업하기 (0) | 2019.01.04 |
[Hoon] AngularJS - Angularjs Tutorial (0) | 2019.01.04 |
[Hoon] AngularJS - PhoneCat Tutorial App (0) | 2019.01.03 |
[Hoon] AngularJS - Componets, Directives, Localization Example (0) | 2018.12.31 |
댓글