annotate README.md @ 509:041468f553e1 tip master

Merge pull request #57 from LucasThompson/fix/session-stack-max-call-stack Fix accidental recursion in PersistentStack
author Lucas Thompson <LucasThompson@users.noreply.github.com>
date Mon, 27 Nov 2017 11:04:30 +0000
parents 279d0d1e79d9
children
rev   line source
cannam@502 1 # Ugly Duckling
angular-cli@0 2
cannam@502 3 A technology demo for [Piper Audio](https://github.com/piper-audio) libraries and components using [Waves UI](https://github.com/piper-audio/waves-ui-piper) and [Angular](https://github.com/angular/).
cannam@502 4
cannam@502 5 See the [example deployment here](https://piper-audio.github.io/ugly-duckling).
angular-cli@0 6
angular-cli@0 7 ## Development server
dev@236 8
angular-cli@0 9 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 10
angular-cli@0 11 ## Code scaffolding
angular-cli@0 12
dev@236 13 Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|module`.
angular-cli@0 14
angular-cli@0 15 ## Build
angular-cli@0 16
angular-cli@0 17 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 18
angular-cli@0 19 ## Running unit tests
angular-cli@0 20
angular-cli@0 21 Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
angular-cli@0 22
angular-cli@0 23 ## Running end-to-end tests
angular-cli@0 24
angular-cli@0 25 Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
angular-cli@0 26 Before running the tests make sure you are serving the app via `ng serve`.
angular-cli@0 27
angular-cli@0 28 ## Further help
angular-cli@0 29
dev@236 30 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).