https://github.com/torobucci/refine-dashboard
https://github.com/torobucci/refine-dashboard
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/torobucci/refine-dashboard
- Owner: torobucci
- Created: 2025-02-05T09:37:41.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-02-06T14:55:18.000Z (4 months ago)
- Last Synced: 2025-02-06T15:43:01.324Z (4 months ago)
- Language: TypeScript
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dashboard
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)
- **GraphQL Data Provider** [Docs](https://refine.dev/docs/core/providers/data-provider/#overview)
- **Tailwind CSS** [Docs](https://refine.dev/docs/guides-concepts/general-concepts/#headless-concept)## License
MIT