Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxhu08/drag-drop-test
๐งช drag and drop test
https://github.com/maxhu08/drag-drop-test
Last synced: 23 days ago
JSON representation
๐งช drag and drop test
- Host: GitHub
- URL: https://github.com/maxhu08/drag-drop-test
- Owner: maxhu08
- Created: 2024-11-28T17:54:43.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-11-28T19:11:15.000Z (about 1 month ago)
- Last Synced: 2024-11-28T19:22:42.402Z (about 1 month ago)
- Language: HTML
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# drag-drop-test
drag and drop template
## getting started
run these commands:
```shell
# clone
git clone https://github.com/maxhu08/drag-drop-test.git
cd drag-drop-test# install dependencies
bun i
```to run:
```shell
# development mode
bun dev# production mode
bun build
```then go to the link it gives, which will probably be `localhost:1234`