Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 703 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 703 Bytes

PORTFOLIO-APP

Site Dashboard

Hi, I'm Jennifer! I'm a full-stack web developer in the midst of getting my B.S. Computer Science degree. This my coding portfolio website, built from scratch in ReactJS with react-bootstrap and styled-components. Take a look!

Quick Start

To run this project locally follow these steps:

  • clone the repo using git clone
  • navigate to project folder
  • run npm install to install node modules
  • run npm start to start the service on localhost:3000

Deployment

To deploy this site to gh-pages, run npm run deploy.