ianzone / react-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Toolchain

Tasks Tools Options
Building
Linting
Testing
CI/CD
Components

Icons

react-icons

Feedbacks

react-hot-toast

Get it started

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

Folder 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

TODO

replace stylelint with biome when css support is done. biomejs/biome#2409

About


Languages

Language:TypeScript 72.7%Language:CSS 22.7%Language:HTML 4.5%