https://github.com/refinedev/coding-cat-demo
Demo application built with Coding Cat
https://github.com/refinedev/coding-cat-demo
Last synced: about 1 month ago
JSON representation
Demo application built with Coding Cat
- Host: GitHub
- URL: https://github.com/refinedev/coding-cat-demo
- Owner: refinedev
- Created: 2024-02-21T09:21:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-21T14:50:42.000Z (over 2 years ago)
- Last Synced: 2025-05-15T23:41:45.499Z (about 1 year ago)
- Language: TypeScript
- Size: 135 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Build your React-based CRUD applications, without constraints.
An open source, headless web application framework developed with flexibility in mind.
[](https://discord.gg/refine)
[](https://twitter.com/refine_dev)
## Overview
The source code for the minimal admin panel app built during [Code with Coding Cat](https://www.youtube.com/watch?v=gQt2km2ZtSw) podcast session.
Checkout the live demo of the application [here](https://coding-cat-demo.netlify.app/).
## Try this example on your local
```bash
npm create refine-app@latest -- --example starter-vite
```
## Try this example on CodeSandbox
[](https://codesandbox.io/embed/github/refinedev/refine/tree/master/examples/starter-vite?view=preview&theme=dark&codemirror=1)