Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.73 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.73 KB

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