Go to file
2024-05-01 12:00:58 -07:00
src fixing lpd and files to match with main 2024-05-01 12:00:58 -07:00
submodules lpd helper function for each element type and lpd reorganization 2024-04-30 16:46:30 -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 assimilator now returns action type. it now returns updateWidget if a widget already exists 2024-04-25 13:03:09 -07:00
package-lock.json Merge branch 'main' into lpd 2024-05-01 11:57:19 -07:00
package.json Merge branch 'main' into lpd 2024-05-01 11:57:19 -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 vite-plugin-checker for checking type errors 2024-04-25 13:26:35 -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