Running app-crm on the local
Hi, I'm going to run app-crm on my local using this command.
Once I created an app-crm on my local and when I run
npm create refine-app@latest -- --example app-crmOnce I created an app-crm on my local and when I run
npm run dev and went to localhost:5173, I got the blank screen and the app is not working. How can I fix this issue?