Practicing Java Script.
JavaScript, OOP.
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.
- Delete .parce-cache and dist to give a fresh start
- Command line to finish parcel build, specify dist dir and folder: npm bild ( OR "parcel build index.html --dist-dir ./dist")
- In package.json change main to default:
"default": "index.html",
- Run build command.
- Upload to Netlify.