Skip to content

thinkverse/draggable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

gh repo clone thinkverse/draggable
yarn install

Build the JavaScript

Use the ts script to build the JavaScript.

yarn ts

Or, use ts-watch to watch for changes.

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 or Laravel Valet.

Demo in action.

drop-link.mov