notakaos / marionette_sampleapp_rails

Marionette.js sample application with Rails 4.2 / RequireJS / Bower / HamlCoffeeAssets(hamlc)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

  • Marionette.js sample application
  • Ruby on Rails 4.2
  • RequireJS(requirejs-rails) + Marionette.js

How to run?

Setup

git clone https://github.com/nobutakaoshiro/marionette_sampleapp_rails.git
cd marionette_sampleapp_rails
bundle install
bin/rake db:migrate
bin/rake db:seed
bin/rake bower:install
bin/rails s

Then, open a web browser and access to http://localhost:3000/

About

Marionette.js sample application with Rails 4.2 / RequireJS / Bower / HamlCoffeeAssets(hamlc)

License:MIT License


Languages

Language:Ruby 71.9%Language:HTML 16.1%Language:CoffeeScript 7.2%Language:CSS 4.9%