- rails 5.2
- react
- redux
- react router
- eslint and prettier for linting
- semantic UI for styling
git clone https://github.com/dusmel/rails-react-boilerplate.git new_app
bundle install
yarn install
vi config/database.yml
and change theusername
and thepassword
in the default block with the correct credential- create the db with
rails db:create
- rubocop for ruby linting
- set environmental variable with Figaro gem