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

https://github.com/posva/demo-data-loaders-artwork-gallery


https://github.com/posva/demo-data-loaders-artwork-gallery

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Data Loaders Demo

## Todo List

- [ ] Artwork List
- [x] Main Listn
- [ ] Pagination
- [ ] Search
- [x] Artwork Detail
- [x] Related Artwork
- [ ] Improve HMR
- [ ] Changing the fetching layer is not being reflected (old function runs)

## Project Setup

```sh
pnpm install
```

### Compile and Hot-Reload for Development

```sh
pnpm dev
```

### Type-Check, Compile and Minify for Production

```sh
pnpm build
```