Skip to content

Instantly share code, notes, and snippets.

@dbouwman
Created April 15, 2014 16:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbouwman/10745170 to your computer and use it in GitHub Desktop.
Save dbouwman/10745170 to your computer and use it in GitHub Desktop.
Yeoman Scaffolding for Fun and Profit
Writing web apps from scratch is so 20013! Unable to ween the industry off their "need-this-yesterday" mentality, today's web developers need to seek productivity wherever they can find it, and the yeoman + grunt + bower triumvirate are here to help!
In this talk I will review a scaffolder that generates a solid project foundation for responsive web map applications. It builds out:
- Leaflet + mapController to provide geo-services
- Twitter Bootstrap
- Backbone + Marionette for application structure
- jshint for all your linting needs
- Jasmine for unit testing
- istanbul for code-coverage
- un-css to drop unused css rules
- a solid js "build process"
all orchestrated via grunt... or maybe gulp.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment