diff --git a/demo-shell-ng2/README.md b/demo-shell-ng2/README.md index 3e547c0b33..d3195f01a1 100644 --- a/demo-shell-ng2/README.md +++ b/demo-shell-ng2/README.md @@ -89,6 +89,10 @@ npm install npm start ``` +`start` script also includes live reload and watchers for all the `.ts` files. +TypeScript watchers are also configured for `node_modules` folder within demo shell +and provide live reload for all the component libraries as well. + **(Option 2) Build and watch with Gulp:** ```sh