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
- Host: GitHub
- URL: https://github.com/posva/demo-data-loaders-artwork-gallery
- Owner: posva
- Created: 2024-07-29T12:28:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T13:52:03.000Z (almost 2 years ago)
- Last Synced: 2025-04-08T04:13:35.116Z (about 1 year ago)
- Language: TypeScript
- Size: 330 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```