Go to file
2024-05-22 00:13:14 -07:00
patches duct tape fix vite-plugin-eslint 2024-05-09 21:33:18 +02:00
src sync widgetIds of elements with their widget in the reducers 2024-05-22 00:13:14 -07:00
submodules fix drones not moving and add stress level LPD priority 2024-05-09 20:37:46 -07:00
.eslintrc.json first commit 2024-03-23 21:22:33 -07:00
.gitignore redux store setup 2024-03-23 22:17:11 -07:00
.gitmodules integrate message-schema type definitions 2024-04-03 10:55:33 -07:00
.prettierrc.json run monitor at 1 second intervals 2024-04-02 11:37:37 -07:00
index.html style map threat info element 2024-05-19 19:59:36 +02:00
notes.txt notes 2024-05-09 09:06:13 -07:00
package-lock.json removed map warning 2,3 and 7 for jeff 2024-05-10 06:56:29 -07:00
package.json removed map warning 2,3 and 7 for jeff 2024-05-10 06:56:29 -07:00
postcss.config.js add tailwindCSS 2024-04-04 13:28:58 -07:00
README.md first commit 2024-03-23 21:22:33 -07:00
tailwind.config.js merge ui-convo to ui 2024-05-21 12:02:59 -07:00
tsconfig.json integrate message-schema type definitions 2024-04-03 10:55:33 -07:00
tsconfig.node.json first commit 2024-03-23 21:22:33 -07:00
vite.config.ts initial minimap design and flight path improvements 2024-05-09 20:58:23 +02: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