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
These are now notes for this project:
- the pages folder has all the jsx files for individual pages
- the components folder holds all components that aren't individual pages and is used between all the pages
- the styles folder holds all css files for individual componenets