A reworked project from a hackathon, now done in React
- Make skeleton components with text
- Setup routing/verify it's working
- Make smaller subcomponents
- Add actual content
- Add actual styling
- Optimization:
Split code into chunks (code-splitting) separating bundle chunks/vendors etc.
- Deploy:
Made special adjustments to deploy on GH-pages subfolder
Run this:
npm i
Run this:
npm run build
Open this:
dist/index.html
- Tim Givois - Original tutorial used to setup a react project from scratch
- Tomasz Kajtoch - Guide on code splitting
- Muffin Man - Deploying react to subfolder
- PurpleBooth - Original template for Git readme files