I have created next.js basic app using "npx create-next-app appname" command. But many of the folders are missing from the folder structure. For example (api, styles, pages) all these folders are missing. This is the screenshot of create-next-app folder structure
Asked
Active
Viewed 789 times
1 Answers
0
The folders pages and styles are missing because you have selected the option "Yes" to "Use App Router", if you answer "No" to this option you will have these folders created automatically.

David Miguel
- 1
- 1