* Add embedded component as example
$ npm install
and then
$ bower install
or
$ ./node_modules/.bin/bower install
in case you don't have bower installed globally.
Finally, simply start the service
$npm start
and modify the component. The browser will be reloaded dynamically as you modify code.
The project simply make use of browser-sync.
The actual command line used is the following:
$ browser-sync start --server app -f app --serveStatic bower_components --no-notify
app
bower_components
bower_components folder when using external dependencies
See LICENSE file