Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phawk/hotwire-sortable-js
Using Sortable.js with Hotwire
https://github.com/phawk/hotwire-sortable-js
Last synced: 14 days ago
JSON representation
Using Sortable.js with Hotwire
- Host: GitHub
- URL: https://github.com/phawk/hotwire-sortable-js
- Owner: phawk
- License: mit
- Created: 2023-01-20T19:29:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-20T20:33:25.000Z (almost 2 years ago)
- Last Synced: 2024-10-25T01:39:33.018Z (2 months ago)
- Language: Ruby
- Size: 68.4 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Hotwire sortable.js
This is a demo app to show you how to drag and drop sort items with Hotwire.
## Creating the project
This project was generated using the following command.
```sh
rails new hotsort --skip-jbuilder --skip-test --css=tailwind --javascript=esbuild
```## Running the project
To get set up, run the `bin/setup` script, to install dependencies, create the database, migrate and seed it with some sample data.
Then run `bin/dev` and `open localhost:3000`.
### License
This code is licensed under the MIT License.