Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alex3165/marionette-boilerplate

Ready to go backbone / marionette / browserify boilerplate
https://github.com/alex3165/marionette-boilerplate

Last synced: about 1 month ago
JSON representation

Ready to go backbone / marionette / browserify boilerplate

Awesome Lists containing this project

README

        

# Backbone Marionette example

Ready to go backbone-marionette, browserify boilerplate demonstrated through a one page application. The example contain 2 components, a slider that use [slick](http://kenwheeler.github.io/slick/) slider and a [magnific-popup](http://dimsemenov.com/plugins/magnific-popup/)/flexbox gallery.

## Inside the boilerplate

- [backbone](http://backbonejs.org/)
- [marionette](http://marionettejs.com/)
- [Browserify](http://browserify.org/)
- [Stylus](https://learnboost.github.io/stylus/)
- [Handlebars](http://handlebarsjs.com/)
- [Underscore](http://underscorejs.org/)
- [Grunt](http://gruntjs.com/)

## Others

I just updated and improved the following github repository [Marionetteify](https://github.com/JSteunou/marionetteify).

## Install

````shell

npm install
grunt run

````