stormy-gold
stormy-gold11mo ago

Are you able to scaffold a fresh refine

Are you able to scaffold a fresh refine app with nextjs app for? Or do you have to use the example one? Cheers
5 Replies
kapa.ai
kapa.ai11mo ago
Hi @kraloz. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
afraid-scarlet
afraid-scarlet11mo ago
you can create it with the refine's cli
kapa.ai
kapa.ai11mo ago
Sorry @kraloz, I seem to be having a bit of trouble. Don't worry though, I've pinged my supprt and they will try to fix me up! :technologist: Perhaps try again in 15mins?
afraid-scarlet
afraid-scarlet11mo ago
CLI | refine
refine CLI is a command line application that allows you to interact with your refine project and perform some tasks. This includes creating a new resource, managing updates, swizzle components, and runs your project (build, start, dev).
fascinating-indigo
fascinating-indigo11mo ago
Every time I use the cli it creates a pages router nextjs app, only the example app router project is setup for app directory, is there a cli option I need to add for app router?