Tanstack Router V1 practice
 
 
 
Go to file
renovate[bot] f26b567b72
Update dependency vite to v4.4.7
2023-07-29 01:06:27 +00:00
.idea Added vscode and webstorm config for prettier 2023-06-07 22:21:31 +10:00
.vscode Added vscode and webstorm config for prettier 2023-06-07 22:21:31 +10:00
public created react-ts using vite 2023-06-07 23:56:13 +10:00
src Formatted src directory using Prettier 2023-06-08 12:20:45 +10:00
.eslintrc.cjs created react-ts using vite 2023-06-07 23:56:13 +10:00
.eslintrc.json Added vite-react-ts-setup.yml 2023-06-07 21:58:32 +10:00
.gitignore update .gitignore file 2023-06-07 23:55:47 +10:00
.nvmrc Update Node.js to v18.16.1 2023-06-20 21:57:43 +00:00
.prettierrc Added vite-react-ts-setup.yml 2023-06-07 21:58:32 +10:00
LICENSE Initial commit 2023-06-07 21:09:13 +10:00
README.md Add renovate bot feature into README.md 2023-06-08 17:58:56 +10:00
index.html created react-ts using vite 2023-06-07 23:56:13 +10:00
lint-staged.config.js Modify lint-staged.config.js to use yarn 2023-06-08 19:35:52 +10:00
package.json Update typescript-eslint monorepo to v6 2023-07-17 07:25:32 +00:00
renovate.json Add renovate.json config for renovate bot to update packages 2023-06-08 17:58:08 +10:00
tsconfig.json created react-ts using vite 2023-06-07 23:56:13 +10:00
tsconfig.node.json created react-ts using vite 2023-06-07 23:56:13 +10:00
vite.config.ts created react-ts using vite 2023-06-07 23:56:13 +10:00
yarn.lock Update dependency vite to v4.4.7 2023-07-29 01:06:27 +00:00

README.md

react-ts-vite-starter-kit

Template for building web applications with React + Vite. It includes following features:

  • React
  • TypeScript
  • Vite
  • ESLint
  • Prettier
  • IDE support
    • vscode
    • WebStorm
  • Auto update dependencies via renovate bot