graceful-blue
graceful-blue12mo ago

Getting Started

How do I get started
2 Replies
kapa.ai
kapa.ai12mo ago
Hi @finnkapa. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- To get started with refine, you can use either the create refine-app CLI tool or the refine.new browser tool. Here are the steps for both methods: Method 1: Using create refine-app CLI tool 1. Run the following command. The CLI wizard will assist you for the rest of the setup process:
npm create refine-app@latest
npm create refine-app@latest
2. Once the setup is complete, navigate to the project folder and start your application with:
npm run dev
npm run dev
You can access the refine application at <http://localhost:3000.> Method 2: Using refine.new browser tool 1. Navigate to refine.new (https://refine.new/?form=true) and select libraries and frameworks you want to work with by using interactive UI. 2. Download the generated project by clicking on the "Build & Download" button. 3. Next, navigate to the project folder, install the dependencies, and then start your project.
npm install
npm run dev
npm install
npm run dev
After setting up your project, you can continue with the Quickstart guide (https://refine.dev/docs/getting-started/quickstart/) or jump directly to the Tutorial (https://refine.dev/docs/tutorial/introduction/index/) to learn refine by building a full-blown CRUD application. For more detailed information, you can refer to the refine documentation (https://refine.dev/docs) and blogs (https://refine.dev/blog). Sources: - Quickstart Guide (https://refine.dev/docs/getting-started/quickstart) - Tutorial (https://refine.dev/docs/tutorial/introduction/index/) - refine.new - Introducing the Fastest Way to Create refine Apps (https://refine.dev/blog/what-is-refine-new) - Building a React Admin Dashboard with refine (https://refine.dev/blog/building-react-admin-dashboard) ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai12mo ago
<@1072507804511899678> kapa.ai is still learning and improving, please let us know how it did by reacting below