rival-black
rival-black3mo ago

#nextjs #supabase need a boilerplate refine nextjs+supabase?

Hello all can someone give a link or choice of solid boilerplate based on refine nextjs and supabase ,thank you #nextjs #supabase
3 Replies
kapa.ai
kapa.ai3mo ago
Hi @berdai labs. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- Sure, you can create a boilerplate for a Refine project with Next.js and Supabase using the create refine-app CLI tool. Here's how you can do it: 1. Open your terminal and navigate to your desired directory. 2. Run the following command to create a new Refine project:
npm create refine-app@latest your-project-name
npm create refine-app@latest your-project-name
3. You'll be prompted to choose your preferences for the project. Select the following options:
Choose a project template · Refine(Next.js)
What would you like to name your project?: · your-project-name
Choose your backend service to connect: · Supabase
Do you want to use a UI Framework?: · Ant Design (or any other UI framework you prefer)
Do you want to add example pages?: · No (or Yes, depending on your needs)
Do you need i18n (Internationalization) support?: · No (or Yes, depending on your needs)
Choose a package manager: · npm (or yarn, depending on your preference)
Choose a project template · Refine(Next.js)
What would you like to name your project?: · your-project-name
Choose your backend service to connect: · Supabase
Do you want to use a UI Framework?: · Ant Design (or any other UI framework you prefer)
Do you want to add example pages?: · No (or Yes, depending on your needs)
Do you need i18n (Internationalization) support?: · No (or Yes, depending on your needs)
Choose a package manager: · npm (or yarn, depending on your preference)
This will create a new Refine project with Next.js and Supabase. You can then navigate to your project directory and start your development server:
cd your-project-name
npm run dev
cd your-project-name
npm run dev
Please note that you'll need to replace your-project-name with the actual name of your project. For more information, you can refer to the Refine documentation (https://refine.dev/docs/getting-started/quickstart/). I hope this helps! Let me know if you have any other questions. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai3mo ago
<@911563296493142046> kapa.ai is still learning and improving, please let us know how it did by reacting below
rival-black
rival-black3mo ago
Why you delete i18n step from the cli