jhtkoo0426 / Portfolio-v2

Final iteration of my 2022 personal web portfolio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jhtkoo0426.github.io

My working portfolio built with React.js.

Previous iterations: v1


Alt

Local Deployment

If you do not have Node.js and npm installed, please refer to this document.

  1. Navigate to the portfolio app directory
    cd app
    
  2. Install and use the correct version of Node using NVM
    nvm install
    
  3. Install all dependencies required
    npm install
    
  4. Start the development server
    npm start
    

Building and running for production

  1. Navigate to the portfolio app directory
    cd app
    
  2. Generate a full static production build which serves the webpage to github.io (no additional configuration needed)
    npm run deploy
    

Disclaimer/Copyright

The design of jhtkoo0426.github.io was inspired by these amazing web portfolios:

About

Final iteration of my 2022 personal web portfolio


Languages

Language:SCSS 47.7%Language:JavaScript 47.0%Language:HTML 4.4%Language:CSS 0.9%