Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dennis-every/datatableshotwired
Demo Ruby on Rails 7 app to show how to replace datatables with Hotwire
https://github.com/dennis-every/datatableshotwired
Last synced: about 1 month ago
JSON representation
Demo Ruby on Rails 7 app to show how to replace datatables with Hotwire
- Host: GitHub
- URL: https://github.com/dennis-every/datatableshotwired
- Owner: dennis-every
- Created: 2024-02-14T13:23:50.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-14T13:28:57.000Z (11 months ago)
- Last Synced: 2024-11-20T23:00:52.900Z (about 2 months ago)
- Language: Ruby
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
Demo Ruby on Rails 7 app to show how to replace datatables with Hotwire.
- Ruby 3.2.2
- Rails 7.1.3
- Database: Sqlite
# How to run
```
mkdir DataTablesHotwired
git clone [email protected]:dennis-every/DataTablesHotwired.git
cd DataTablesHotwired
bundle install
rails db:create db:migrate db:seed
rails server
```