3D Renderings Image Gallery
This gallery was developed using React.js and the package react-photo-gallery
React gallery was deployed to GitPages using the gh-pages
package.
Deploying React to Github Pages
Reference link
- In terminal run
npm run deploy
Troubleshooting SubDirectory Deployment
- Found a possible solution: An elegant solution of deploying React app into a subdirectory by Sergey Kryvets.
- Trying
HashRouter
from Deploying a create-react-app with routing to GitHub pages