- 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
- change git remote link
- bundle install
- yarn install
- vi config/database.ymland change the- usernameand the- passwordin the default block with the correct credential
- create the db with rails db:create
- rubocop for ruby linting
- set environmental variable with Figaro gem