Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```