Get same folder and file structure

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.

2 Likes

thank you