Go to file
2024-06-03 11:28:01 +02:00
patches duct tape fix vite-plugin-eslint 2024-05-09 21:33:18 +02:00
src i fucking hate svg 2024-06-03 11:28:01 +02:00
submodules change L state before request approval 2024-06-03 02:06:34 -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 janky animation engine for approve/deny 2024-05-23 01:07:44 +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 improvements for escalation mode 2024-05-31 17:15:16 +02: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