This refine project was generated with create refine-app.
Refine is 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.
To manage data, refine needs a data provider, which is a function that implements the DataProvider interface. It is responsible for communicating with your API and making data available to refine applications.
Comes with the Rest Data Provider, but you can easily switch to GraphQL data provider or any other provider you prefer. You also have the option to replace the entire Refine project with your own.
On the web
On windows desktop
On android mobile
to build a desktop app
- Microsoft Visual Studio C++ Build Tools
- WebView2 runtime (distributed as part of windows 10/11)
- Rust
to build android app
pnpm install -g cordova
pnpm run dev
pnpm run build
pnpm run start
pnpm tauri dev
pnpm tauri build
plug a handset into your computer and test the app directly
pnpm run android # pnpm run ios
You can add ios app using
cd cordova && cordova platform add ios
pnpm run android:build # pnpm run ios:build
# you can always use android studio to build a release
- Nest.js GraphQL, Prisma, Docker API Starter — Nest.js Hybrid Application (HTTP server with microservice listeners) with GraphQL (schema first), Prisma, MySQL (easily replaceble), MongoDB, Jest, Docker.
- Laravel Boilerplate for building REST APIs — A Laravel boilerplate for building REST APIs that support multi-tenancy, multiple MIME types using Fractal, API documentation, Eloquent model monitoring, and other credible libraries.
- nestjsx/crud Starter — @nestjsx/crud starter repository for RESTful APIs running on Fastify.
To learn more about refine, please check out the Documentation
- REST Data Provider Docs
- Material UI Docs
- Inferencer Docs
- Custom Auth Provider Docs
- i18n Docs
- React Router Docs
MIT