A clean and simple portfolio template built with HTML, CSS and React.js.
Link can be found here. Contact email is [email protected]
Deploy to Vercel
git clone https://github.com/codelikeagirl29/react-portfolio.git
cd react-portfolio
and then to install and view in browser.
npm install
npm run start
Install and run -
yarn
yarn start
- Open
src/info/
and make changes. - Build and deploy -
yarn build
yarn deploy
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