Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`