Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codebyaadi/refine-dashboard
This project is a dashboard application built using Refine, Ant Design, NestJS, and GraphQL. It serves as a powerful and customizable platform for managing and visualizing data in a user-friendly manner.
https://github.com/codebyaadi/refine-dashboard
ant-design graphql nestjs react refine typescript
Last synced: about 2 months ago
JSON representation
This project is a dashboard application built using Refine, Ant Design, NestJS, and GraphQL. It serves as a powerful and customizable platform for managing and visualizing data in a user-friendly manner.
- Host: GitHub
- URL: https://github.com/codebyaadi/refine-dashboard
- Owner: codebyaadi
- Created: 2024-01-26T14:56:48.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-31T08:15:22.000Z (12 months ago)
- Last Synced: 2024-04-24T04:47:21.217Z (9 months ago)
- Topics: ant-design, graphql, nestjs, react, refine, typescript
- Language: TypeScript
- Homepage: https://refine-dashboard-ant.netlify.app/
- Size: 348 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# react-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
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/core/providers/data-provider/#overview)
- **Ant Design** [Docs](https://refine.dev/docs/ui-frameworks/antd/tutorial/)
- **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