Skip to content

Starting kit for backbone application, including controllers and 2 way data binding

Notifications You must be signed in to change notification settings

snovos/backbone-marionette-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

backbone-marionette-boilerplate

Starter kit for backbone application, including controllers and 2 way data binding

BUILD TOOLS:

1.Grunt - task runner, 2.Npm (I prefer use node modules instead of bower components) 3.Browserify - Instead of RequireJS I used CommonJS and compiled all dependencies and modules in 1 file

STACK OF TECHNOLOGIES:

1.Backbone 2.Marionette - must have plugin for Backbone, to extend your application to MVC. 3.Express - node framework to simplify server side routing 4.MongoDB 5.Backbone stickit plugin - to provide 2 way data binding

CSS

1.Bootstrap (also form validation was modified for library styles);

About

Starting kit for backbone application, including controllers and 2 way data binding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages