This template contains some simple gulp
tasks. They are as follows:
gulp watch
: This will launch a Node Server and start the standardwatchlist
taskgulp bower
: This will move the bower components into their proper location. This will run during thewatch
task, but you may need to run it manually once in a while
There are many more tasks, and you really should read through the gulpfile.js
, but the ones above will take care of you in most cases.
- Angular
- Angular UI Router // http://angular-ui.github.io/ui-router/site/#/api/ui.router
- Angular Material // https://material.angularjs.org/latest/#/
- Open Sans // https://www.google.com/fonts#UsePlace:use/Collection:Open Sans
- Roboto // https://www.google.com/fonts#UsePlace:use/Collection:Roboto
- Google's Material Icon Font // https://www.google.com/design/icons/
- git add .
- git commit
- git push origin [branchname]
Don't push to master!