README.md
August 10, 2017 ยท View on GitHub
- Ruby version 2.3.3
- Rails version 5.1.2
- React version 15.6.1
Installation
Install Dependencies
bundle installyarn install
Setup ENV vars
- copy config/application.yml.example to config/application.yml and fill the value
Database
rake db:createrake db:migrate
Run Application
Development
rails s./bin/webpack-dev-server --hot- open in browser
localhost:3000
Production
rake assets:precompile RAILS_ENV=productionwill automatically run yarn and webpack compilerails s -e production- open in browser
localhost:3000