Skip to content
Andrew Smith edited this page Feb 14, 2015 · 3 revisions

Gulp provides project automation.

Developing on local

Run gulp on the command line to build the app. It will deploy to http://localhost:9000/.

Speeding up your git

Type gulp git:pr --b [branchName] to automatically rebase your feature branch before pushing it to origin for a pull request.

Clone this wiki locally