Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alex3165/marionette-boilerplate
- Owner: alex3165
- License: other
- Created: 2015-09-15T21:08:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-01T21:25:11.000Z (about 9 years ago)
- Last Synced: 2024-04-14T22:56:16.707Z (7 months ago)
- Language: JavaScript
- Size: 2.51 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
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````