Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 826 Bytes

readme.md

File metadata and controls

31 lines (21 loc) · 826 Bytes

KnockoutJS + RequireJS + jQuery + Bootstrap Starter Kit

This application is meant to serve as a starting point for modular JavaScript applications based on AMDjs design principles. Please refer to the respective libraries for additional information and licensing.

Included Libraries:

Application Directory Structure:

  • app/
    • css/ (styles...)
    • img/ (images...)
    • js/ (amdjs modules...)
      • main.js
    • lib/ (third-party libraries...)
      • bootstrap/
      • jquery/
      • knockout/
      • require/
    • tmpl/ (html...)
  • index.html

Feel free to fork and modify as you please!