This repository demonstrates how to use Turbo Mount to wire up modern JavaScript components to a Hotwire application.
For ESBuild integration, see the esbuild branch.
For more information, see the Evil Martians blog post The art of Turbo Mount: Hotwire meets modern JS frameworks.
- Clone the repository
- Run
bin/setup
- Run
overmind s -f Procfile.dev
orforeman start -f Procfile.dev
- Visit
http://localhost:5000
The repository is available as open source under the terms of the MIT License.