Skip to content

A collection of cases to apply Hotwire in your Rails application

Notifications You must be signed in to change notification settings

gathuku/hotwiredcases

Repository files navigation

Hotwired cases

A collection of cases where you can apply Hotwire in your Rails applications.

Setup

Requirements

  • Ruby 3.1.2
  • Postgresql
  • Foreman

Run app

Setup with

bin/setup

Seed database with

rails db:seed 
or 
rails db:seed:replant

Start the server and build assets

bin/dev

About

A collection of cases to apply Hotwire in your Rails application

Resources

Stars

Watchers

Forks

Releases

No releases published