Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 935 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 935 Bytes

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