This is a Next.js App Router project bootstrapped using create-next-app
with Emotion CSS and TypeScript.
This template follows atomic design principles and is structured as follows:
├── app
│ ├── page.tsx
│ ├── layout.tsx
├── components
│ ├── atoms
│ ├── molecules
│ ├── organisms
│ └── templates
Read more about Atomic Design.
Install it and run:
yarn install
yarn dev