Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danini-the-panini/tic-tac-turbo
tic-tac-toe hotwired turbo example
https://github.com/danini-the-panini/tic-tac-turbo
Last synced: about 1 month ago
JSON representation
tic-tac-toe hotwired turbo example
- Host: GitHub
- URL: https://github.com/danini-the-panini/tic-tac-turbo
- Owner: danini-the-panini
- Created: 2023-07-09T13:36:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-13T11:10:09.000Z (over 1 year ago)
- Last Synced: 2023-07-13T12:24:50.020Z (over 1 year ago)
- Language: Ruby
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic-Tac-Turbo
This is an example of turbo-ifying an existing Rails app.
See the `turbocharge` branch and step through the commits to see how I did it.
Feel free to experiment!
Run:
```
git clone git@github.com:danini-the-panini/tic-tac-turbo
bin/setup
bin/dev
```