Skip to content

Chase-Forestello/react-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An updated and more modern verison of my original portfolio, built using React!

https://www.chaseforestello.com

Using gh-pages dependency to deploy on GitHub. Having some hiccups with routing due to the nature of gh pages.

#TODO:

  • Remove unnecessary animations
  • Cohesive Styling
  • Custom domain

Main features/skills learned:

  • React.js
  • React router
  • General react structure/workflow
  • SCSS
  • Animate.js
  • And hopefully an email library of some kind

Solution for gh-pages SPA routing 404's:

  • Install shx (for cp command)
  • Add this to your build script: "build && shx cp build/index.html build/404.html"
This will add a 404.html file to your build that is a copy of your static index.html and prevent the gh-pages 404 on subpage refreshes.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors