22
33# React Tailwindcss Boilerplate build with Vite
44
5- This is a boilerplate build with Vite, React 18, TypeScript, Vitest, Testing Library, Commitlint, TailwindCSS 3, Eslint and Prettier.
5+ This is a boilerplate build with Vite, React 18, TypeScript, Vitest, Commitlint, TailwindCSS 3, Eslint and Prettier.
66
77## What is inside?
88
@@ -12,8 +12,7 @@ This project uses many tools like:
1212- [ ReactJS] ( https://reactjs.org )
1313- [ TypeScript] ( https://www.typescriptlang.org )
1414- [ Vitest] ( https://vitest.dev )
15- - [ Testing Library] ( https://testing-library.com )
16- - [ Commitlint gitmoji] ( https://www.npmjs.com/package/commitlint-config-gitmoji )
15+ - [ Commitlint Angular Conventional Commit] ( https://www.npmjs.com/package/@commitlint/config-conventional )
1716- [ Tailwindcss] ( https://tailwindcss.com )
1817- [ Eslint] ( https://eslint.org )
1918- [ Prettier] ( https://prettier.io )
@@ -62,24 +61,24 @@ yarn run build
6261
6362### Commitlint
6463#### Structure
65- The Gitmoji Structure of commit styles is below
64+ The Structure of commit styles is below
6665
6766``` bash
68- :gitmoji: type(scope? ): subject
67+ type(scope? ): subject
6968body?
7069footer?
7170```
7271
7372Example
7473
7574``` bash
76- :sparkles: feat(changelog): support chinese title
75+ feat(changelog): support chinese title
7776
78- :bug: fix(config): fix a subject bug
77+ fix(config): fix a subject bug
7978
80- :memo: docs: update README.md
79+ docs: update README.md
8180
82- :bulb: docs(plugin): update comments
81+ docs(plugin): update comments
8382```
8483
8584## License
0 commit comments