Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.28 KB

File metadata and controls

33 lines (25 loc) · 1.28 KB

Java Script Based Recipe App

Purpose

Practicing Java Script.

Process

JavaScript, OOP.

NETLIFY DEPLOYMENT

Netlify.com (no database, no server side code, only static) or use surge.sh. Had to change Fraction to fracty as it was causing issues.

  1. Delete .parce-cache and dist to give a fresh start
  2. Command line to finish parcel build, specify dist dir and folder: npm bild ( OR "parcel build index.html --dist-dir ./dist")
  3. In package.json change main to default:
"default": "index.html",
  1. Run build command.
  2. Upload to Netlify.

Video Introduction on YouTube

Video

VISIT LIVE PAGE

See live page

Screenshots

Screen Shot 2023-02-04 at 5 16 40 PM Screen Shot 2023-02-04 at 5 17 36 PM Screen Shot 2023-02-04 at 5 17 56 PM Screen Shot 2023-02-04 at 5 17 13 PM