A collection of basic files we use to kickstart HTML5 projects.
- Full AMD support
- Compiled Handlebars templates
- CDN loading (Google for jQuery, cdnjs for others) with local fallback
- Uses The Semantic Grid System and LESS Elements
- Require.js
- Handlebars.js (+ hbs.js plugin for Require.js)
- Backbone.js
- LoDash as replacement for Underscore
- LESS
-
Start a minimal webserver:
$ python -m SimpleHTTPServer
-
Surf to
http://127.0.0.1:8000/index.html
-
Start hacking!