Skip to content

Commit cb8d17e

Browse files
MartoYankovmanoldonev
authored andcommitted
chore(readme): update development workflow text (#1246)
* chore(readme): update development workflow text * chore(readme): add instruction about ts watch
1 parent 52f3ec6 commit cb8d17e

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

Diff for: DevelopmentWorkflow.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ Install your native toolchain and NativeScript as described in the docs:
2020

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

23+
### Clone repository
24+
25+
```
26+
$ git clone [email protected]:NativeScript/nativescript-angular.git
27+
$ cd nativescript-angular
28+
```
2329

2430
### Install dependencies
2531

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

9399
## Developer workflow
94100

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

0 commit comments

Comments
 (0)