Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 600 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 600 Bytes

WebappTmpl

Simple webapp template to get instantly started.

Including:

  • require.js - - - Dependency Management
  • jQuery - - - DOM Manipulation
  • Twitter Bootstrap - - - Layout
  • Backbone.js - - - MVC Architecture
  • Underscore.js - - - Tools
  • Handlebars.js - - - Templating

Structure:

  • static/
    • css/
    • img/
    • js/
      • libs/
      • main.js - - - Your JavaScript starting point
  • index.html - - - The HTML Skeleton

That's it. Let's get started.