git clone https://github.com/saito400/redux-axios-react-router-redux-rails5-example.git
npm install
npm run build
bundle install --path vendor/bundle
bundle exec rails db:create
bundle exec rails db:migrate
bundle exec rails server
access http://localhost:3000/
bundle init
echo "gem 'rails', '>= 5.0.0', '< 5.1''" >> Gemfile
bundle install --path vendor/bundle
bundle exec rails new . --skip-action-cable --api -d mysql
https://github.com/reactjs/redux