From f32e53a83579878f47790968ca910d54982b50d3 Mon Sep 17 00:00:00 2001 From: mauriziovitale84 Date: Thu, 7 Apr 2016 15:26:13 +0100 Subject: [PATCH] Added Bower --- demo-shell-ng2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/demo-shell-ng2/README.md b/demo-shell-ng2/README.md index 9bafbdae51..213f44d194 100644 --- a/demo-shell-ng2/README.md +++ b/demo-shell-ng2/README.md @@ -4,6 +4,7 @@ Install the npm packages described in the `package.json` and verify that it work ```bash $ npm install +$ bower install $ npm start ``` You're ready to write your application.