This is the first version of my personal website Isaacnunez.com built with React.js and Material UI and hosted on GitHub Pages
While I made this website for my own personal portfolio, please feel free to use the code to help build your own. It's not the greatest template but it gets the job done. All I ask is that you please provide proper credit where its due and link back to Isaacnunez.com.
Important
I did not build this site with the intention of it being a template so please refer to React and Material UI documentation for resources.
-
Fork repository and name it {yourusername}.github.io
-
Install and use the correct version of Node using NVM
nvm install -
Install dependencies
npm install -
Run the development gaymen
npm start
-
Change
homepagein package.json to {yourusername}.github.io -
Deploy to gh-pages
npm run deployThis will automatically run
npm run buildandgh-pages -d buildfor you -
Go to {yourusername}.github.io and see your live site!
