Skip to content

ThibautBaissac/flashes_toasts

Repository files navigation

FLASHES AND TOASTS WITH TURBO_STREAM

Implement Bootstrap flashes and Toasts with turbo_stream.

  1. In action
  2. Sack
  3. Quickstart

1. In action

flashes_toasts

2. Stack

  • Rails 7
  • esbuild
  • Bootstrap 5
  • Stimulus

3. Quick Start

  1. Install Rails 7
gem install rails
  1. Clone
[email protected]:ThibautBaissac/flashes_toasts.git
  1. Bundle & yarn install
bundle
yarn install
  1. Run rails db commands
rails db:create
rails db:migrate
  1. Start Rails server
./bin/dev