https://github.com/hoachnt/virtual-list-svelte
Virtual list built with svelte
https://github.com/hoachnt/virtual-list-svelte
Last synced: 4 days ago
JSON representation
Virtual list built with svelte
- Host: GitHub
- URL: https://github.com/hoachnt/virtual-list-svelte
- Owner: hoachnt
- Created: 2023-07-27T00:01:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-12T10:52:32.000Z (over 1 year ago)
- Last Synced: 2025-01-04T18:43:42.526Z (6 months ago)
- Language: Svelte
- Homepage: https://svelte-virtual-list.netlify.app/
- Size: 2.12 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build virtual list
## Running a project
```bash
# install dependencies
npm install
```## Developing
Once you've installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
npm run dev# or start the server and open the app in a new browser tab
npm run dev -- --open
```## Result
[](./static/video.webm)

