Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tdelgadodev/refine-dashboard-crm
Admin dashboard with full authentication, a homepage displaying charts and activities, a comprehensive table for companies with CRUD and search, and a Kanban board with real-time synchronization using Refine Framework.
https://github.com/tdelgadodev/refine-dashboard-crm
ant-design graphql react refine typescript
Last synced: 7 days ago
JSON representation
Admin dashboard with full authentication, a homepage displaying charts and activities, a comprehensive table for companies with CRUD and search, and a Kanban board with real-time synchronization using Refine Framework.
- Host: GitHub
- URL: https://github.com/tdelgadodev/refine-dashboard-crm
- Owner: TDelgadodev
- Created: 2024-04-26T13:48:35.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-11-08T21:05:17.000Z (2 months ago)
- Last Synced: 2024-11-09T05:33:16.035Z (2 months ago)
- Topics: ant-design, graphql, react, refine, typescript
- Language: TypeScript
- Homepage:
- Size: 501 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# refine-dashboard-crm
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
pnpm dev
```### Building for production
```bash
pnpm build
```### Running the production server
```bash
pnpm start
```## Learn More
To learn more about **Refine**, please check out the [Documentation](https://refine.dev/docs)
- **NestJS Query Data Provider** [Docs](https://refine.dev/docs/data/packages/nestjs-query/)
- **React Router** [Docs](https://refine.dev/docs/core/providers/router-provider/)
- **Custom Auth Provider** [Docs](https://refine.dev/docs/core/providers/auth-provider/)## License
MIT