Go to file
2024-03-23 21:22:33 -07:00
src first commit 2024-03-23 21:22:33 -07:00
.eslintrc.json first commit 2024-03-23 21:22:33 -07:00
.gitignore first commit 2024-03-23 21:22:33 -07:00
.prettierrc.json first commit 2024-03-23 21:22:33 -07:00
index.html first commit 2024-03-23 21:22:33 -07:00
package-lock.json first commit 2024-03-23 21:22:33 -07:00
package.json first commit 2024-03-23 21:22:33 -07:00
README.md first commit 2024-03-23 21:22:33 -07:00
tsconfig.json first commit 2024-03-23 21:22:33 -07:00
tsconfig.node.json first commit 2024-03-23 21:22:33 -07:00
vite.config.ts first commit 2024-03-23 21:22:33 -07:00

vite-template-redux

Uses Vite, Vitest, and React Testing Library to create a modern React app compatible with Create React App

npx degit reduxjs/redux-templates/packages/vite-template-redux my-app

Goals

  • Easy migration from Create React App or Vite
  • As beginner friendly as Create React App
  • Optimized performance compared to Create React App
  • Customizable without ejecting

Scripts

  • dev/start - start dev server and open browser
  • build - build for production
  • preview - locally preview production build
  • test - launch test runner

Inspiration