Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thinkverse/draggable
Testing browser Drag-and-Drop API.
https://github.com/thinkverse/draggable
demo drag-and-drop experimental
Last synced: 28 days ago
JSON representation
Testing browser Drag-and-Drop API.
- Host: GitHub
- URL: https://github.com/thinkverse/draggable
- Owner: thinkverse
- License: mit
- Created: 2021-07-15T11:53:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-15T16:19:32.000Z (over 3 years ago)
- Last Synced: 2024-11-23T01:08:34.231Z (3 months ago)
- Topics: demo, drag-and-drop, experimental
- Language: TypeScript
- Homepage:
- Size: 16.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Testing Drag-and-Drop API.
This repository is used for testing the browsers Drag-and-Drop API.
## Installation
To run this test project, clone the repo and install the dependencies.
```bash
gh repo clone thinkverse/draggable
``````bash
yarn install
```#### Build the JavaScript
Use the `ts` script to build the JavaScript.
```bash
yarn ts
```Or, use `ts-watch` to watch for changes.
```bash
yarn ts-watch
```Now you can test out the project in the browser by running the project on a local server, using something like [live-server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) or [Laravel Valet](https://laravel.com/docs/8.x/valet).
## Demo in action.
https://user-images.githubusercontent.com/2221746/125822114-64ac70e2-0766-47b2-9a90-71789bd8e37d.mov