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
npm create vite@latest
npm install react-router-dom@latest
npm install redux react-redux
npm install react-redux
npm install @reduxjs/toolkit
npm install react-icons --save
npm install react-syntax-highlighter
npm install vite-plugin-netlify --save-dev