3 Replies
Hi @adhiramavin. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
That's great! If you're planning to use refine with your Next.js app, you can easily set up your project using the
create refine-app
wizard. Here's how you can do it:
1. Run the following command to create your refine application:
2. After running the command, you will be directed to the CLI wizard. Follow the prompts to complete the setup.
3. Once the installation is complete, start your project with:
Your application should now be up and running at http://localhost:3000.
If you're planning to use NextAuth for authentication, you can install it with:
Also, refine allows you to use the app/
structure in your Next.js apps. To create a refine app with the app/
directory, you can use the following command:
For more detailed information, you can refer to the refine documentation (https://refine.dev/docs) and the blog posts (https://refine.dev/blog) on the refine website.
Good luck with your hackathon project!
----------------------
Note: you can ask me a follow up question by @ mentioning me again
:speech_balloon:
----------------------<@980382920072118332> kapa.ai is still learning and improving, please let us how it did by reacting below
afraid-scarlet•16mo ago
yes you can use refine with nextjs