From bf2d7eeb83c581b568877c481858057aab742733 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Wed, 18 May 2016 13:09:55 +0100 Subject: [PATCH] Update README.md --- demo-shell-ng2/README.md | 4 ++++ 1 file changed, 4 insertions(+) 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