This project was bootstrapped with Create React App.
Link: testReactApp
-
Add homepage property in
package.jsonwith appropriate link and add scripts to deploy"predeploy": "npm run build", "deploy": "gh-pages -d build"Don't forget to
npm install gh-pages! -
A production build of the app is needed to deploy it to GitHub Pages
(reads index.html, otherwise will only show the README.md)$ npm run deployMake sure that there are the necessary scripts!
-
The built app code is contained in the
gh-pagesbranch βAny other branch can be used for the working code!
-
Add node_modules to
.gitignore!!! πAvoid committing a huge folder full of code!
- π Finish designing portfolio site layout
- π¦ Test in this testReactApp repository
- πͺ Implement design in new create-react-app and test locally
- π Figure out where to host media files
- π§ Build production build and upload to new repository for portfolio site