Good morning,
I would like the same structure.
The problem when I do a “npx create-next-app” it asks me this and I don’t know what I need?
Can you help me ?
Thank you for your help.
Good morning,
I would like the same structure.
The problem when I do a “npx create-next-app” it asks me this and I don’t know what I need?
Can you help me ?
Thank you for your help.
Typescript… No
ESLint… yes
Tailwind… No
src/directory… no
App Router… No <— This should give you pages instead. If not, just create the pages directory after this.
However, it is strongly recommended that you use the new app router for future projects as it leverages more of React’s features.
thank you
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.