Skip to content

chore(readme): update development workflow text #1246

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 21, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 [email protected]: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.