DEV Community

AjeaS
AjeaS

Posted on

Coding Snippets Dev Log (10/6/23)

Quick update, I got the project set up following this guide on "How to Build a Scalable Architecture for your Next.js Project".

I highly recommend reading that article. At a high level, it goes over how to scale a project if you're on a team or plan to expand later. The tools used, enforcing proper commit messages, and more.

Here's what the folder structure looks like at the moment following the mentioned article.

folder structure of Nextjs app

The repo can be found here.

Thats all for now.

Next I'll start working on one of the components for the app.

Top comments (0)