Skip to content

vanbui1995/learn-tailwind-healthy-design

Repository files navigation

Healthy Project

This project for practice Tailwind CSS

How to run the project?

How to build the project?

Folder structure

.
src
├── ...
├── pages                     # Contain all main pages, the root component of each page
│   ├── my-page               # My Page
│   ├── column                # Column Page
│   └── my-record             # Unit tests
├── components                # Contains all common/general/layout components
├── services                  # HTTP service layer, the one connect with backend api
└── enums                     # Define all enums or const variables
└── types                     # Define all interface & type of the project (except the component types)
└── public                    # All public resources (image, svg, font...)
└── main.tsx                  # React entry point file (Root)
└── index.css                 # CSS entry point file (Root)
└── tailwind.config.cjs       # Tailwind config, I configured all colors/spacing of the guideline via this file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published