Mercurial > hg > ugly-duckling
annotate README.md @ 73:d3abd81e8ab6
Bootstrap RequireJS for injecting into the worker.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Wed, 18 Jan 2017 10:18:35 +0000 |
parents | aa2075b2a702 |
children | 53ea6406d601 |
rev | line source |
---|---|
angular-cli@0 | 1 # UglyDuckling |
angular-cli@0 | 2 |
dev@25 | 3 This project was generated with [angular-cli](https://github.com/angular/angular-cli) version 1.0.0-beta.21. |
angular-cli@0 | 4 |
angular-cli@0 | 5 ## Development server |
angular-cli@0 | 6 Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files. |
angular-cli@0 | 7 |
angular-cli@0 | 8 ## Code scaffolding |
angular-cli@0 | 9 |
angular-cli@0 | 10 Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive/pipe/service/class`. |
angular-cli@0 | 11 |
angular-cli@0 | 12 ## Build |
angular-cli@0 | 13 |
angular-cli@0 | 14 Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build. |
angular-cli@0 | 15 |
angular-cli@0 | 16 ## Running unit tests |
angular-cli@0 | 17 |
angular-cli@0 | 18 Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io). |
angular-cli@0 | 19 |
angular-cli@0 | 20 ## Running end-to-end tests |
angular-cli@0 | 21 |
angular-cli@0 | 22 Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/). |
angular-cli@0 | 23 Before running the tests make sure you are serving the app via `ng serve`. |
angular-cli@0 | 24 |
angular-cli@0 | 25 ## Deploying to Github Pages |
angular-cli@0 | 26 |
angular-cli@0 | 27 Run `ng github-pages:deploy` to deploy to Github Pages. |
angular-cli@0 | 28 |
angular-cli@0 | 29 ## Further help |
angular-cli@0 | 30 |
angular-cli@0 | 31 To get more help on the `angular-cli` use `ng --help` or go check out the [Angular-CLI README](https://github.com/angular/angular-cli/blob/master/README.md). |