A clean and simple portfolio template built using React, if want a template built with HTML, CSS and JS then check out Cleanfolio Minimal.
git clone https://github.com/rajshekhar26/cleanfolio
cd cleanfolio
If you use nvm or fnm (optional) -
nvm install
nvm use
Or -
fnm install
fnm use
Install and run -
yarn
yarn start
public/index.html and replace -<title>John Smith</title> with <title>Your Name</title>.
src/portfolio.js and make changes.package.json file and replace -"homepage": "https://rajshekhar26.github.io/cleanfolio"
with "homepage": "https://yourusername.github.io".
Push the changes.
Build and deploy -
yarn build
yarn deploy