This is a boilerplate build with Vite, React 19, TypeScript, Vitest, Commitlint, TailwindCSS 4, Eslint and Prettier.
This project uses many tools like:
Use this template or clone this repository.
Install dependencies.
yarn installServe with hot reload at http://localhost:5173.
yarn run dev# check lint
yarn run lint
# fix lint
yarn run lint:fixyarn run typecheckyarn run buildThe Structure of commit styles is below
type(scope?): subject
body?
footer?Example
feat(changelog): support chinese title
fix(config): fix a subject bug
docs: update README.md
docs(plugin): update commentsThis project is licensed under the MIT License.
