https://github.com/jimbrig/refine-demo
https://github.com/jimbrig/refine-demo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jimbrig/refine-demo
- Owner: jimbrig
- Created: 2024-05-03T02:58:57.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-03T03:11:05.000Z (10 months ago)
- Last Synced: 2024-11-13T14:54:17.407Z (3 months ago)
- Language: TypeScript
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
- jimsghstars - jimbrig/refine-demo - (TypeScript)
README
# event-portal-mvp
This [Refine](https://github.com/refinedev/refine) project was generated with [create refine-app](https://github.com/refinedev/refine/tree/master/packages/create-refine-app).
## Getting Started
A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility ✨
Refine's hooks and components simplifies the development process and eliminates the repetitive tasks by providing industry-standard solutions for crucial aspects of a project, including authentication, access control, routing, networking, state management, and i18n.
## Available Scripts
### Running the development server.
```bash
npm run dev
```### Building for production.
```bash
npm run build
```### Running the production server.
```bash
npm run start
```## Learn More
To learn more about **Refine**, please check out the [Documentation](https://refine.dev/docs)
- **Supabase Data Provider** [Docs](https://refine.dev/docs/core/providers/data-provider/#overview)
- **Material UI** [Docs](https://refine.dev/docs/ui-frameworks/mui/tutorial/)
- **React Router** [Docs](https://refine.dev/docs/core/providers/router-provider/)## License
MIT