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 for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
Instale as dependências comuns com o comando:
npm install @emotion/react @emotion/styled @hookform/resolvers @mui/icons-material @mui/material axios formik react react-dom react-hook-form react-icons react-modal react-router-dom styled-components yup vite notistack puppeteer
`
Instale as dependências dev com o comando:
npm install @eslint/js @types/react @types/react-dom @vitejs/plugin-react eslint eslint-plugin-react eslint-plugin-react-hooks eslint-plugin-react-refresh globals vite --save-dev