To work with this project, make sure you have the latest version of Node installed on your machine. If on Linux or MacOS, I recommend NVM to stay up to date with the latest Node version. This link has resources on how to install: https://www.freecodecamp.org/news/node-version-manager-nvm-install-guide/
Make sure you run "npm install" after cloning this project to install required dependencies.
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