Skip to content

Commit

Permalink
chore(readme): update development workflow text (#1246)
Browse files Browse the repository at this point in the history
* chore(readme): update development workflow text

* chore(readme): add instruction about ts watch
  • Loading branch information
MartoYankov authored and manoldonev committed May 21, 2018
1 parent 52f3ec6 commit cb8d17e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions DevelopmentWorkflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ Install your native toolchain and NativeScript as described in the docs:

https://docs.nativescript.org/setup/quick-setup

### Clone repository

```
$ git clone git@github.com:NativeScript/nativescript-angular.git
$ cd nativescript-angular
```

### Install dependencies

Expand Down Expand Up @@ -92,5 +98,6 @@ NOTE: The steps below describe how to run `renderer` tests, but the same approac

## Developer workflow

1. Make changes to the `test`, `ng-sample` projects or in `nativescript-angular` folder.
2. Run the `tests` or `ng-sample` as shown above.
1. Open the `nativescript-angular` folder and start a typescript watcher in it `tsc -w`.
2. Make changes to the `test`, `ng-sample`, `e2e` app projects or in `nativescript-angular` folder.
3. Run the `tests`, `ng-sample` or `e2e` apps as shown above.

0 comments on commit cb8d17e

Please sign in to comment.