Skip to content

Commit 03bef23

Browse files
authored
Update README.md
1 parent f40e91e commit 03bef23

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![Build](https://github.com/R35007/vite-react-typescript/actions/workflows/build.yml/badge.svg) ![Lints](https://github.com/R35007/vite-react-typescript/actions/workflows/lints.yml/badge.svg) ![Tests](https://github.com/R35007/vite-react-typescript/actions/workflows/tests.yml/badge.svg) ![Cypress](https://github.com/R35007/vite-react-typescript/actions/workflows/cypress.yml/badge.svg)
44

5-
A simple vite react typescript starter template with husky, conventional commit, eslint, stylelint, prettier, sass, tailwindcss, material ui, tanstack routing, redux and saga, vitest and cypress
5+
> A simple vite react typescript starter template with husky, conventional commit, eslint, stylelint, prettier, sass, tailwindcss, material ui, tanstack routing, redux and saga, vitest and cypress
66
77
## [Trying this Online!](https://codesandbox.io/p/github/R35007/vite-react-typescript/main?file=/src/main.tsx)
88

@@ -12,22 +12,22 @@ A simple vite react typescript starter template with husky, conventional commit,
1212

1313
This template setup will include following features.
1414

15-
|| Feature | Branch Name |
16-
| --- | -------------------------------------- | :------------------------- |
17-
|| Generate Vite + React + Typescript App | feature/1/starter |
18-
|| Husky | feature/2/husky |
19-
|| Conventional Commit | feature/3/commitlint |
20-
|| ESLint Airbnb Config and Plugins | feature/4/eslint |
21-
|| StyleLint | feature/5/stylelint |
22-
|| Prettier format | feature/6/prettier |
23-
|| Lint Staged | feature/7/lint-staged |
24-
|| Sass + Tailwind css | feature/8/tailwindcss |
25-
|| Material UI | feature/9/material-ui |
26-
|| React Router Setup | feature/10/tanstack-router |
27-
|| Redux + Redux Toolkit | feature/11/react-redux |
28-
|| Redux Saga | feature/12/react-saga |
29-
|| Vitest + RTL | feature/13/vitest |
30-
|| Cypress E2E Testing | feature/14/cypress |
15+
|| Feature | Branch Name |
16+
| --- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------- |
17+
|| [Generate Vite](https://vitejs.dev/) + [React](https://react.dev/) + [Typescript](https://www.typescriptlang.org/) | feature/1/starter |
18+
|| [Husky](https://typicode.github.io/husky/) | feature/2/husky |
19+
|| [Conventional Commit](https://www.conventionalcommits.org/en/v1.0.0/) + [Commitlint](https://commitlint.js.org/#/) + [Commitizen](https://commitizen-tools.github.io/commitizen/) | feature/3/commitlint |
20+
|| [ESLint](https://eslint.org/) | feature/4/eslint |
21+
|| [StyleLint](https://stylelint.io/) | feature/5/stylelint |
22+
|| [Prettier format](https://prettier.io/) | feature/6/prettier |
23+
|| [Lint Staged](https://github.com/okonet/lint-staged#readme) | feature/7/lint-staged |
24+
|| [Sass](https://sass-lang.com/) + [Tailwind Css](https://tailwindcss.com/) | feature/8/tailwindcss |
25+
|| [Material UI](https://mui.com/) | feature/9/material-ui |
26+
|| [Tanstack Router](https://tanstack.com/router/v1) | feature/10/tanstack-router |
27+
|| [Redux](https://redux.js.org/) + [Redux Toolkit](https://redux-toolkit.js.org/) | feature/11/react-redux |
28+
|| [Redux Saga](https://redux-saga.js.org/) | feature/12/react-saga |
29+
|| [Vitest](https://vitest.dev/) + [RTL](https://testing-library.com/docs/react-testing-library/intro/) | feature/13/vitest |
30+
|| [Cypress](https://www.cypress.io/) | feature/14/cypress |
3131

3232
## Installation
3333

0 commit comments

Comments
 (0)