@@ -14,20 +14,20 @@ This template setup will include following features.
1414
1515| ✅ | Feature | Branch Name |
1616| --- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------- |
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 |
17+ | ✅ | [ Generate Vite] ( https://vitejs.dev/ ) + [ React] ( https://react.dev/ ) + [ Typescript] ( https://www.typescriptlang.org/ ) | [ feature/1/starter] ( https://github.com/R35007/vite-react-typescript/tree/feature/1/starter ) |
18+ | ✅ | [ Husky] ( https://typicode.github.io/husky/ ) | [ feature/2/husky] ( https://github.com/R35007/vite-react-typescript/tree/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] ( https://github.com/R35007/vite-react-typescript/tree/feature/3/commitlint ) |
20+ | ✅ | [ ESLint] ( https://eslint.org/ ) | [ feature/4/eslint] ( https://github.com/R35007/vite-react-typescript/tree/feature/4/eslint ) |
21+ | ✅ | [ StyleLint] ( https://stylelint.io/ ) | [ feature/5/stylelint] ( https://github.com/R35007/vite-react-typescript/tree/feature/5/stylelint ) |
22+ | ✅ | [ Prettier format] ( https://prettier.io/ ) | [ feature/6/prettier] ( https://github.com/R35007/vite-react-typescript/tree/feature/6/prettier ) |
23+ | ✅ | [ Lint Staged] ( https://github.com/okonet/lint-staged#readme ) | [ feature/7/lint-staged] ( https://github.com/R35007/vite-react-typescript/tree/feature/7/lint-staged ) |
24+ | ✅ | [ Sass] ( https://sass-lang.com/ ) + [ Tailwind Css] ( https://tailwindcss.com/ ) | [ feature/8/tailwindcss] ( https://github.com/R35007/vite-react-typescript/tree/feature/8/tailwindcss ) |
25+ | ✅ | [ Material UI] ( https://mui.com/ ) | [ feature/9/material-ui] ( https://github.com/R35007/vite-react-typescript/tree/feature/9/material-ui ) |
26+ | ✅ | [ Tanstack Router] ( https://tanstack.com/router/v1 ) | [ feature/10/tanstack-router] ( https://github.com/R35007/vite-react-typescript/tree/feature/10/tanstack-router ) |
27+ | ✅ | [ Redux] ( https://redux.js.org/ ) + [ Redux Toolkit] ( https://redux-toolkit.js.org/ ) | [ feature/11/react-redux] ( https://github.com/R35007/vite-react-typescript/tree/feature/11/react-redux ) |
28+ | ✅ | [ Redux Saga] ( https://redux-saga.js.org/ ) | [ feature/12/react-saga] ( https://github.com/R35007/vite-react-typescript/tree/feature/12/react-saga ) |
29+ | ✅ | [ Vitest] ( https://vitest.dev/ ) + [ RTL] ( https://testing-library.com/docs/react-testing-library/intro/ ) | [ feature/13/vitest] ( https://github.com/R35007/vite-react-typescript/tree/feature/13/vitest ) |
30+ | ✅ | [ Cypress] ( https://www.cypress.io/ ) | [ feature/14/cypress] ( https://github.com/R35007/vite-react-typescript/tree/feature/14/cypress ) |
3131
3232## Installation
3333
0 commit comments