Rails 5 boilerplate with postgresql and webpack
- User Authentication with Devise
- Styling
- Bootstrap v4
- User Authentication with
- Code coverage with RSpec
- Continuous Integration with travis-CI and Heroku
- Ruby 2.5.0
- Rails 5.1.4
- Node.js 6.0.0+
- Yarn 0.25.2+
- foreman
Bundler is used to manage Ruby gems and Yarn is used to manage javascript packages.
Install ruby gem by running
bundle install
Install javascript packages by running
yarn
Setup the base and run migrations by running
rails db:create rails db:migrate
This project utilizes .editorconfig to normalize development environments.
To launch webpack-dev-server and rails server together, run the command below
foreman start -f PROCFILE.dev
Documentation on testing will be added in the future.
Documentation on deployment to Heroku will be added in the future.