- Profile Views
- Personal Links
- Bio
- Avatar
- Buttons
- Songs
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
Steps to Run Website.
- Download Node.js
- npm create vite@latest
- install the src code
- open folder ezbio-clone-root
- cd into ezbio-clone-root
- npm install i (install all node_modules)
- npm run dev