Coming from NEXTJS 11
Unanswered
Rhinelander posted this in #help-forum

RhinelanderOP
Hello I was following a tutorial that uses NextJS version 11, but when I created the project with
One of my confusion is use of pages in the project's folder structure of 11. I was learning page routing. I couldn't find any folder called pages in my version.
Secondly, my tailwindcss is not working. please I need help
npx create-next-app practising-netxjs
, it came with version 13. A whole bunch of stuff changes. One of my confusion is use of pages in the project's folder structure of 11. I was learning page routing. I couldn't find any folder called pages in my version.
Secondly, my tailwindcss is not working. please I need help
3 Replies

i don't think you can use older versions of
create-next-app
and have it work well... is there a reason you cant find a more up to date version? (imo its bad to learn old version)
RhinelanderOP
Thanks for the opinion. Do you have any resources of where I can learn the latest version?

umm do you want the app dir or stay with pages? (app is the newer one and has all the cool new features)