DEV Community

Rogelio Samuel
Rogelio Samuel

Posted on

Modern Next.js starter + folder architecture

A modern Next.js starter fully configured with a solution for Tailwind, ESLint, Prettier, file structure, paths aliases, and more

Github template: https://github.com/sam-621/nextjs-starter

This template is designed to maintain medium and large frontend applications thanks to modularization by concepts and entities which allows us to have the business logic, the internal logic of the application, and the markup organized by entities or concepts of our system making easier the files searching, naming and system understanding.

There is a deeper explanation in the README and also in each directory with examples of folder structure and files

Top comments (0)