When creating a Next.js app in VS Code, I run the following command: ‘npx create-next-app@latest’ and go through the process of creating the app. However, Next.js’s website shows that I should have a ‘pages’ and ‘styles’ folder along with the ‘app’ and ‘public’ folder. I am unsure if this has to do with the ‘Would you like to use…’ section when creating the app if I am selecting the wrong options or what.
‘Would you like to use…’ section
Top level files and folders I am seeing
I updated Node.js and recreated the application multiple times using different selections in the ‘Would you like to use…’ section. I was hoping the folders would appear, but no success. I am unsure where to go here as I am new to using Next.js.