bower
and Scripts injection for dependenciesgulp
tasks- Use pure old JavaScript
- Pure
CSS
for styling UI-Roter
module
yarn install
bower install
Run gulp serve
for a dev server. Navigate to http://localhost:3000/
. The app will automatically reload if you change any of the source files.
Run gulp serve:dist
. This will allow run your application into distribution
mode.
Run gulp build
to build the project. The build artifacts will be stored into dist/
directory.
Run gulp test
to execute the unit tests via Karma.