Go to file
2024-05-09 20:58:23 +02:00
src initial minimap design and flight path improvements 2024-05-09 20:58:23 +02:00
submodules integrate message-schema type definitions 2024-04-03 10:55:33 -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 first commit 2024-03-23 21:22:33 -07:00
notes.txt notes 2024-05-09 09:06:13 -07:00
package-lock.json refine home screen 2024-05-07 20:59:32 -07:00
package.json refine home screen 2024-05-07 20:59:32 -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 gaze tracking done 2024-04-19 14:32:10 -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