Example project with modern structure
Answered
British Shorthair posted this in #help-forum
British ShorthairOP
Do somebody have repo with modern NextJS 15 app directory frontend project?
Where to locate components, custom hooks, API calls, storage and etc
Or what is your favorite tutorial about that?
Where to locate components, custom hooks, API calls, storage and etc
Or what is your favorite tutorial about that?
Answered by B33fb0n3
I like to use this guide from nextjs itself: https://nextjs.org/docs/app/getting-started/project-structure
It covers nearly all topics that you want and need to know to have an orginized project structure:
It covers nearly all topics that you want and need to know to have an orginized project structure:
2 Replies
@British Shorthair Do somebody have repo with modern NextJS 15 app directory frontend project?
Where to locate components, custom hooks, API calls, storage and etc
Or what is your favorite tutorial about that?
I like to use this guide from nextjs itself: https://nextjs.org/docs/app/getting-started/project-structure
It covers nearly all topics that you want and need to know to have an orginized project structure:
It covers nearly all topics that you want and need to know to have an orginized project structure:
Answer