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 cleanfolioIf you use nvm or fnm (optional) -
nvm install
nvm useOr -
fnm install
fnm useInstall and run -
yarn
yarn start- Open
public/index.htmland replace -
<title>John Smith</title> with <title>Your Name</title>.
- Open
src/portfolio.jsand make changes.
- Go to
package.jsonfile and replace -
"homepage": "https://rajshekhar26.github.io/cleanfolio"
with "homepage": "https://yourusername.github.io".
-
Push the changes.
-
Build and deploy -
yarn build
yarn deploy