- Ruby version 2.3.3
- Rails version 5.1.2
- React version 15.6.1
bundle installyarn install
- copy config/application.yml.example to config/application.yml and fill the value
rake db:createrake db:migrate
rails s./bin/webpack-dev-server --hot- open in browser
localhost:3000
rake assets:precompile RAILS_ENV=productionwill automatically run yarn and webpack compilerails s -e production- open in browser
localhost:3000