DEV Community

Rogelio Samuel
Rogelio Samuel

Posted on

2

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)

nextjs tutorial video

Youtube Tutorial Series 📺

So you built a Next.js app, but you need a clear view of the entire operation flow to be able to identify performance bottlenecks before you launch. But how do you get started? Get the essentials on tracing for Next.js from @nikolovlazar in this video series 👀

Watch the Youtube series

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay