degit ianzone/react-template <project name>
cd <project name>
pnpm i
pnpm run dev
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 |
replace stylelint with biome when css support is done. biomejs/biome#268