Skip to content

Latest commit

 

History

History
141 lines (131 loc) · 6.57 KB

README.md

File metadata and controls

141 lines (131 loc) · 6.57 KB

Toolchain

Tasks Tools Options
Building
Linting
Testing
CI/CD

Libraries

Category Libs
UI
Data Visualization
i18n
Utils
Routing
Networking
State Management

Awesome

Get it started

degit https://github.com/ianzone/react-template <project name>
cd <project name>
pnpm i
pnpm run dev

Structure

Folder Description
assets/ Static assets such as images, videos, audios...
components/ Pure components
containers/ Components with business logics and side effects
contexts/ Shared contexts
hooks/ Stateful functions
utils/ Stateless functions
pages/ Pages
services/ API calls
styles/ Global css, fonts