Rails 6 Jumpstart

This repo is to quickly start a Rails 6.1 Project with Devise + Hotwire Setup

The Specs + Gems

Install

  • Fork or Clone the repo
git clone https://github.com/sabril/rails-6-jumpstart.git your_project_name
cd your_project_name
bundle install
yarn install
rails db:create
rails db:migrate
rails s

Todo

  • Add test framework
  • ...

Contributors

Open for contributors or open issues.

License

MIT License. Copyright 2021 Syaiful Sabril