/poc-refine

Primary LanguageTypeScript

poc-refine


This refine project was generated with superplate.

Getting Started

refine is a React-based framework for building data-intensive applications in no time ✨

Refine offers lots of out-of-the box functionality for rapid development, without compromising extreme customizability. Use-cases include, but are not limited to admin panels, B2B applications and dashboards.

Available Scripts

Running the development server.

    npm run dev

Running json server with mocked data

    npm run server

Building for production.

    npm run build

Running the production server.

    npm run start

JSON Server endpoints

  /products
  /distributors
  /distributor_users
  /stores
  /store_users
  /store_sales

Learn More

To learn more about refine, please check out the Documentation

  • REST Data Provider Docs
  • Mantine Docs
  • Inferencer Docs
  • Custom Auth Provider Docs

License

MIT