Next.js Discord

Discord Forum

Next.JS Dashboard Tutorial (Getting Started)

Answered
Pine Bunting posted this in #help-forum
Open in Discord
Pine BuntingOP
Been trying to set up the dashboard/starter-example on my local machine and I think I must be missing something. After running the npx create-next-app@latest nextjs-dashboard command, the project is created but there under the app folder there no other folders (ui or lib). There are no errors and I selected all the default options.
Answered by Pine Bunting
I think I figured some stuff out, it's still not working but it's corporate firewall/Security conflicts
View full answer

4 Replies

Roseate Spoonbill
Are you passing the --example parameter to create-next-app? Can you refer a link to the example or article you are using?
Pine BuntingOP
I am following this: https://nextjs.org/learn/dashboard-app/getting-started . The exact command is: npx create-next-app@latest nextjs-dashboard --example "https://github.com/vercel/next-learn/tree/main/dashboard/starter-example" --use-pnpm
Pine BuntingOP
I think I figured some stuff out, it's still not working but it's corporate firewall/Security conflicts
Answer
Roseate Spoonbill
Yeah, probably. I just found the same tutorial and used the same command, and I have all the structure in app folder as expected.