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