Go to file
2024-05-25 19:57:31 -07:00
patches
src conversationSlice 2024-05-25 19:57:31 -07:00
submodules
.eslintrc.json
.gitignore
.gitmodules
.prettierrc.json
index.html style map threat info element 2024-05-19 19:59:36 +02:00
notes.txt
package-lock.json
package.json
postcss.config.js
README.md
tailwind.config.js merge ui-convo to ui 2024-05-21 12:02:59 -07:00
tsconfig.json
tsconfig.node.json
vite.config.ts

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