Skip to content

A clean and simple portfolio template for developers.

License

Notifications You must be signed in to change notification settings

happi89/cleanfolio

 
 

Repository files navigation

Cleanfolio

A clean and simple portfolio template built using React, if want a template built with HTML, CSS and JS then check out Cleanfolio Minimal.

Preview

Imgur

See Live

Instructions

Setup

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

How to use

  • Open public/index.html and replace -

<title>John Smith</title> with <title>Your Name</title>.

  • Open src/portfolio.js and make changes.

Deployment

  • Go to 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

License

MIT

About

A clean and simple portfolio template for developers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.3%
  • CSS 30.1%
  • HTML 3.6%