This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel (or oxc when used in rolldown-vite) for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
The React Compiler is enabled on this template. See this documentation for more information.
Note: This will impact Vite dev & build performances.
If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.
easy-send
ββ eslint.config.js
ββ index.html
ββ package-lock.json
ββ package.json
ββ public
β ββ vite.svg
ββ README.md
ββ src
β ββ assets
β ββ BackEnd
β β ββ index.js
β β ββ user_temps
β β ββ uploads
β β ββ 6f58892282272bd61f8386b02a8d9599
β ββ FrontEnd
β β ββ App.css
β β ββ App.jsx
β β ββ external
β β ββ fileup.jsx
β β ββ Hyperspeed.css
β β ββ Hyperspeed.jsx
β ββ main.css
β ββ main.jsx
ββ user_temps
β ββ uploads
β ββ 6b8f6e0574f3796997f7defff5216b8e
ββ vite.config.js