Mercurial > hg > ugly-duckling
annotate README.md @ 394:f45a916eb5b1
Use the cross hair layer for notes, tracks and curve. This involved bodging in unit to ShapedFeatureData, which isn't particularly easy to do because this isn't an encapsulated type. Need to come back to improving this, as I am monkey-patching a unit property onto Arrays etc.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Thu, 01 Jun 2017 18:55:55 +0100 |
parents | 53ea6406d601 |
children | 279d0d1e79d9 |
rev | line source |
---|---|
angular-cli@0 | 1 # UglyDuckling |
angular-cli@0 | 2 |
dev@236 | 3 This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.0.1. |
angular-cli@0 | 4 |
angular-cli@0 | 5 ## Development server |
dev@236 | 6 |
angular-cli@0 | 7 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 | 8 |
angular-cli@0 | 9 ## Code scaffolding |
angular-cli@0 | 10 |
dev@236 | 11 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 | 12 |
angular-cli@0 | 13 ## Build |
angular-cli@0 | 14 |
angular-cli@0 | 15 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 | 16 |
angular-cli@0 | 17 ## Running unit tests |
angular-cli@0 | 18 |
angular-cli@0 | 19 Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io). |
angular-cli@0 | 20 |
angular-cli@0 | 21 ## Running end-to-end tests |
angular-cli@0 | 22 |
angular-cli@0 | 23 Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/). |
angular-cli@0 | 24 Before running the tests make sure you are serving the app via `ng serve`. |
angular-cli@0 | 25 |
angular-cli@0 | 26 ## Further help |
angular-cli@0 | 27 |
dev@236 | 28 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). |