Skip to content

Use this as a GitHub template to get new apps off the ground quickly. Currently uses Ruby 3.0.0 and Rails 6.1.3.

Notifications You must be signed in to change notification settings

builtbykaiser/quickstart-rails

Repository files navigation

Get Started

Installation

image

  1. Click the button above to create a new repo with this template
  2. Clone the repo into your local dev environment & cd into the new directory
  3. Login to Font Awesome and find your 'Pro Package Token' (located here, more info here)
  4. Run ./bin/setup
  5. Find-and-replace "quickstart" (case-insensitive) with your app name

Running the App

  1. Run docker compose up -d to spin up Postgres & Redis
  2. Run rails s to spin up the Rails server
  3. Run ./bin/webpack-dev-server to spin up the Webpack Dev Server
  4. Run bundle exec sidekiq to spin up Sidekiq if needed

About

Use this as a GitHub template to get new apps off the ground quickly. Currently uses Ruby 3.0.0 and Rails 6.1.3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published