This repository implements a drag-and-drop capable virtual list with:
# 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