Post
Launchpad
.url('/data/tasks')
.post({ desc: 'Buy milk' });
Get
Launchpad
.url('/data/tasks')
.get()
.then(function(clientResponse) {
console.log(clientResponse.body())
});
npm install
bower install
gulp build
gulp watch
gulp test
gulp test:watch