Added Bower

This commit is contained in:
mauriziovitale84
2016-04-07 15:26:13 +01:00
parent 8da91d95f0
commit f32e53a835

View File

@@ -4,6 +4,7 @@ Install the npm packages described in the `package.json` and verify that it work
```bash ```bash
$ npm install $ npm install
$ bower install
$ npm start $ npm start
``` ```
You're ready to write your application. You're ready to write your application.