/Hipster_Coffee_Site

A reworked project from a hackathon, now done in React

Primary LanguageJavaScript

Hipster Coffee Site

A reworked project from a hackathon, now done in React

Process

  • 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

Installation

Run this:

npm i

Build

Run this:

npm run build

Dist

Open this:

dist/index.html

Acknowledgments