baked.js is a javascript MVC framework built with TypeScript.
- Underscore
- Backbone (with dualStorage)
- KnockoutJS (with Mapping plugin)
- jQuery
- Twitter Bootstrap
- RequireJS and r.js Optimizer
These assets are included through bower and compiled with gulp.
All web assets and compiled application typescript files need to be publicly exposed from the /public directory.
/public/index.html # Main HTML file
/public/assets/js/main.js # Main require js entry point
/public/assets/baked.app.js # Compiled application javascript