https://github.com/juanpicado/marionettejs-sample-app
Marionette.js / RequireJS / Bootstrap/ Handlebars sample application with Grunt.js build task
https://github.com/juanpicado/marionettejs-sample-app
Last synced: 3 months ago
JSON representation
Marionette.js / RequireJS / Bootstrap/ Handlebars sample application with Grunt.js build task
- Host: GitHub
- URL: https://github.com/juanpicado/marionettejs-sample-app
- Owner: juanpicado
- Created: 2013-04-21T22:21:37.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-06-02T12:43:49.000Z (about 9 years ago)
- Last Synced: 2025-03-05T16:13:04.435Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 11.5 MB
- Stars: 10
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Marionette.js Sample App
Marionette.js / RequireJS / Bootstrap/ Handlebars sample application with Grunt.js build task

### Getting Started
An example Tweet search app based on:
* RequireJS
* Backbone.js
* Marionette.js
* Handlebars
* jQuery
* Grunt.js
* SASS, COMPASS### Requirements
* Node.js **(>= 0.8.0)**
* Grunt.js **(0.4.x)**
* Twitter Bower **(last)**### Install
* [Node.js installation](http://nodejs.org/download/)
* [Twitter Bower installation](https://github.com/bower/bower)
* [Grunt.js installation](http://gruntjs.com/getting-started)Download node packages required to build the application
npm install
Install **bower** dependencies
bower install
### Development
This mode run [internal server](http://expressjs.com/) with livereload, compass, jhint in your browser ready to ready to be debugged.
grunt dev
Once the process ended **load in your browser** this link
[http://localhost:3001/](http://localhost:3001/)
### Production Build
This build minimize the code (html, js, css), optimize images and prepare the application ready to production.
grunt
grunt distOnce the process ended **load in your browser** this link
[http://localhost:3002/](http://localhost:3002/)