Next.js Discord

Discord Forum

/src or just /app folder

Answered
Asiatic Lion posted this in #help-forum
Open in Discord
Asiatic LionOP
Is now many projects actually use /src folder to better organize files? I think it can help, to don't put files in the root or messing app/ folder, how it looks like?
Answered by gin
yes i recommend using src, this way its way more organized. keeping the sourcecode in src/ and your configs for the runtime and so on in the root
View full answer

4 Replies

@Asiatic Lion Is now many projects actually use `/src` folder to better organize files? I think it can help, to don't put files in the root or messing `app/` folder, how it looks like?
yes i recommend using src, this way its way more organized. keeping the sourcecode in src/ and your configs for the runtime and so on in the root
Answer
Asiatic LionOP
Thanks
@Asiatic Lion Thanks
u can mark this as solution :)