xbaysal11 / react_with_rails

Simple starter kit for working with React, Redux, Rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

React with Rails

Simple starter kit for working with React, Redux, Rails

Requirements

  • 1.Ruby
  • 2.NodeJS
  • 3.Rails
  • 4.Bundle

Installation

1. Clone or Download repository

Click to Download

2. Install packages

$ cd react_with_rails
$ npm install
$ bundle install

3. Start project

Steps:

4. Install Spree Commerce (Optional)

Steps:

    1. Uncomment "Spree" section in Gemfile
     $ bundle install
     $ rails g spree:install --user_class=Spree::User
     $ rails g spree:install --user_class=Spree::User
    

About

Simple starter kit for working with React, Redux, Rails


Languages

Language:Ruby 74.0%Language:JavaScript 12.0%Language:HTML 11.8%Language:CSS 1.7%Language:CoffeeScript 0.4%