Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.