Back to Refine

README

examples/blog-refine-primereact/README.MD

3.25.03.4 KB
Original Source
<div align="center" style="margin: 30px;">

</br> <div align="center"> <a href="https://refine.dev">Home Page</a> | <a href="https://discord.gg/refine">Discord</a> | <a href="https://refine.dev/examples/">Examples</a> | <a href="https://refine.dev/blog/">Blog</a> | <a href="https://refine.dev/docs/">Documentation</a> </div> </div> <div align="center"><strong>Build your <a href="https://reactjs.org/">React</a>-based CRUD applications, without constraints.</strong> An open source, headless web application framework developed with flexibility in mind.

<a href="https://www.producthunt.com/posts/refine-3?utm_source=badge-top-post-badge&utm_medium=badge&utm_souce=badge-refine&#0045;3" target="_blank"></a>

</div>

About

This example is a great starting point to learn how to build a full-fledged admin panel using refine and PrimeReact.

PrimeReact is a collection of rich UI components. It offers a wide range of components from simple to complex, making it easy to create a beautiful and functional application. In this example, you'll discover how to use PrimeReact components, but remember that there's no limit to what you can do with PrimeReact.

On the other hand, refine is a React-based framework for building internal tooling such as admin panel, dashboards, and CRUD apps. It comes with ready-made features like data handling, authentication, access control, and more. Most importantly, it's highly customizable and extensible. In this example, you'll have the opportunity to understand how refine works.

Refer to complete tutorial of this apphere

Quick Start

Run the following command to download the project:

npm create refine-app@latest -- --example blog-refine-primereact

Once the setup is complete, navigate to the project folder and start your project with:

npm run dev

Your application will be accessible at http://localhost:5173

Resources

Refer to PrimeReact docs for more information.

Refer to complete CRUD app tutorial to learn more about refine.