Turbo charging your workflow with Node.js
Turbo charging yourworkflow withNode.js
View Slide
Andrew Nesbitt@teabass
Web DeveloperLondon
Nodecopter
What is aWorkflow?
WhyAutomate?
SaveTime
Automateboring bits
ReduceErrors
Stay in theflow
Focus on the stuffthat matter
A good developer isa lazy developer
var http = require('http');http.createServer(function (req, res) {res.writeHead(200, {'Content-Type': 'text/plain'});res.end('Hello World\n');}).listen(1337, '127.0.0.1');console.log('Server running at http://127.0.0.1:1337/');
npmnpmjs.org
Bowerbower.io
Demo!
Gruntgruntjs.com
But wait!
Yeomanyeoman.io
Project scaffoldingGrunt build processLive ReloadLintingWeb serverCompress imagesBower package managementJavascript Unit Testing
Thanks!
github.com/andrew/webshapedspeakerdeck.com/andrew/webshaped
Questions?@teabass