Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nareshbhatia/movie-magic-tanstack-table
Sample app to demonstrate the use of TanStack Table
https://github.com/nareshbhatia/movie-magic-tanstack-table
Last synced: about 4 hours ago
JSON representation
Sample app to demonstrate the use of TanStack Table
- Host: GitHub
- URL: https://github.com/nareshbhatia/movie-magic-tanstack-table
- Owner: nareshbhatia
- Created: 2023-10-24T13:56:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-12T20:17:02.000Z (8 months ago)
- Last Synced: 2024-03-12T21:33:29.960Z (8 months ago)
- Language: TypeScript
- Homepage: https://movie-magic-tanstack-table.vercel.app/
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Movie Magic TanStack Table
A sample application to demonstrate the use of
[TanStack Table](https://tanstack.com/table).Live demo: https://movie-magic-tanstack-table.vercel.app/
![Movie Magic Screenshot](assets/movie-magic-screenshot.png)
## Building Movie Magic
### Development Build
```shell
npm ci
npm run dev
```Open a browser window at http://localhost:3000/ to see app.