This repo holds my website hosted with github pages.
I built this site using React .
App.js is the top level component.
After you clone the repository:
Make sure you are in the correct directory then run the following commands
npm install
npm start
Now you should be able to view the site locally hosted in your browser of choice.