Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skryukov/excellent-palettes
https://github.com/skryukov/excellent-palettes
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/skryukov/excellent-palettes
- Owner: skryukov
- Created: 2024-06-11T08:43:48.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-17T07:19:06.000Z (6 months ago)
- Last Synced: 2024-11-18T23:57:04.653Z (about 1 month ago)
- Language: Ruby
- Size: 720 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Excel-lent palettes is a demo application for the Turbo Mount gem.
This repository demonstrates how to use [Turbo Mount](https://github.com/skryukov/turbo-mount) to wire up modern JavaScript components to a Hotwire application.
For ESBuild integration, see the [esbuild branch](https://github.com/skryukov/excellent-palettes/tree/esbuild).
For more information, see the Evil Martians blog post [The art of Turbo Mount: Hotwire meets modern JS frameworks](https://evilmartians.com/chronicles/the-art-of-turbo-mount-hotwire-meets-modern-js-frameworks).
## Installation
1. Clone the repository
2. Run `bin/setup`
3. Run `overmind s -f Procfile.dev` or `foreman start -f Procfile.dev`
4. Visit `http://localhost:5000`## License
The repository is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).