Go to file
2025-01-20 00:52:39 +03:00
public init refine app 2025-01-19 17:30:54 +03:00
src init /country route 2025-01-20 00:52:39 +03:00
.eslintrc.cjs init refine app 2025-01-19 17:30:54 +03:00
.gitignore init refine app 2025-01-19 17:30:54 +03:00
.npmrc init refine app 2025-01-19 17:30:54 +03:00
Dockerfile init refine app 2025-01-19 17:30:54 +03:00
index.html init refine app 2025-01-19 17:30:54 +03:00
package.json init refine app 2025-01-19 17:30:54 +03:00
pnpm-lock.yaml init refine app 2025-01-19 17:30:54 +03:00
README.MD init refine app 2025-01-19 17:30:54 +03:00
tsconfig.json init refine app 2025-01-19 17:30:54 +03:00
tsconfig.node.json init refine app 2025-01-19 17:30:54 +03:00
vite.config.ts ~ format project files using prettier local configuration 2025-01-19 17:33:27 +03:00

white-nights


This Refine project was generated with 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.

    pnpm dev

Building for production.

    pnpm build

Running the production server.

    pnpm start

Learn More

To learn more about Refine, please check out the Documentation

  • REST Data Provider Docs
  • Material UI Docs
  • React Router Docs
  • Custom Auth Provider Docs

License

MIT