Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 679 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 679 Bytes

Reorderable virtual list example

This repository implements a drag-and-drop capable virtual list with:

Run locally

# Install dependencies
npm install
# Start dev server
npm run dev
# Alternatively, you can use the --host flag to listen all addresses.
# This is particularly useful if you want to run the server from a virtual machine with no browser access.
# You can use the host machine's browser to interact with the app.
npm run dev -- --host