This is a boilerplate build with Vite, React 18, TypeScript, Vitest, Testing Library, Commitlint, TailwindCSS 3, Eslint and Prettier.
This project uses many tools like:
Use this template or clone this repository.
Install dependencies.
yarn install
Serve with hot reload at http://localhost:5173.
yarn run dev
# check lint
yarn run lint
# fix lint
yarn run lint:fix
yarn run typecheck
yarn run build
The Gitmoji Structure of commit styles is below
:gitmoji: type(scope?): subject
body?
footer?
Example
:sparkles: feat(changelog): support chinese title
:bug: fix(config): fix a subject bug
:memo: docs: update README.md
:bulb: docs(plugin): update comments
This project is licensed under the MIT License.