Skip to content

agilsaputra/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Portfolio based on reactjs app and deploy on netlify

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

Preview

live now

Instructions

Setup

git clone https://github.com/agilsaputra/portfolio
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://github.com/agilsaputra/portfolio"

with "homepage": "https://yourusername.github.io".

  • Push the changes.

  • Build and deploy -

yarn build
yarn deploy

License

MIT

ef6166a (first commit)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published