https://chrome.google.com/webstore/detail/cg-spunk/bkmddelokmckldmgeeiheohknodgaphi
In the root directory of the repository:
> npm install
> npm install -g gulp bower karma karma-jasmine jasmine-core karma-chrome-launcher
> bower install
-
Load the app directory as an unpacked extension: https://developer.chrome.com/extensions/getstarted#unpacked
-
Run
> gulp watch
> karma start --single-run
Or to run continuously while developing (recommended):
> karma start
> gulp build [--chrome, --firefox, --edge]
To make a zip file:
> gulp package