Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 357 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 357 Bytes

README

This is an example Rails application that demonstrates how to use Turbo Streams with ViewComponent (rather than the default partials).

Setup

Clone the repo

[email protected]:cpjmcquillan/hotwire-viewcomponent-example.git && cd hotwire-viewcomponent-example

Setup

bin/setup

Run tests

bundle exec rspec