/react-boilerplate

My all in one React Typescript Template [Vite, NextJs, MUI, Emotion][Atomic Design]

Primary LanguageTypeScript

Emotion CSS - Next.js example in TypeScript

This is a Next.js App Router project bootstrapped using create-next-app with Emotion CSS and TypeScript.

Structure

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.

How to use

Install it and run:

yarn install
yarn dev