- 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
-
Clone Your Fork: Clone the forked repository to your local machine.
git clone https://github.com/<your-username>/nathan_project.git
-
Install Node modules.
npm install
-
Run Project Locally.
npm run dev