So, I'm new to nextJS. I installed the latest version (13.3.4) using npx create-next-app@latest and it works, serves on port 3000 etc.
Now I'm learning about an app directory that houses some layout.tsx and page.tsx files, but I cannot find them in the project files.
I have checked their documentation, even manually adding the app directory and the layout and page files, and made changes to them, but nothing changed.
What is happening?
Update:
This is the next.config.js file


appdirectory and these files manually !! More info nextjs.org/docs/app/building-your-application/routing/…next.config.jsfile content?reactStrictMode: trueand thisexperimental: { appDir: true }. But the thing is that you don't have anyappfolder yet. You may wanna recreate your project as the below answer said. Also, consider pasting codes as plain formatted text, not images :)