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
Run the git clone command in your desired working directory
git clone 'your_web_URL'
Get the necessary packages
npm install
npm install react-router-dom
Make sure to create a branch before making/pushing any changes.
Use npm run dev
in order to locally host the site to see changes as you work.
Follow the link in the Deployments side panel.