Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hoachnt/virtual-list-svelte

Virtual list built with svelte
https://github.com/hoachnt/virtual-list-svelte

Last synced: about 2 months ago
JSON representation

Virtual list built with svelte

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

[![Result video](./static/video-image.png)](./static/video.webm)
![Result image](./static/result-image.png)
![Result image](./static/result.png)