Demo Application to learn React, React router, Flux integrated to a rails application. Application use SQLite as Database, Gulp used to compile ES2015 to pure javascript.
This is a simple store application where users can create account, add items to cart, Stripe used for simple payment method. Backend dashboard uses Polymer
- Visual Studio Code
- Gulp - browserify, babelify, viny-source, wathify
- Choose ruby version as 2.1.5 (ruby 2.1.5p273)
- Setup Postgres or use SQLite
- Run
bundle
command
- Install Node JS version 5.5.0 or Update it
- Run
npm install
- Gulp watch task added, run
gulp
orgulp watch
command on terminal.
-rails s
, if use vagrant run rails s -b 0.0.0.0
Livereload added to gulp file, install livereload software and livereload google extension
Ruby on Rails is released under the MIT License.