Use this as a starting point to complete the WDD 231 personal activity. We will be pulling data from the National Parks API and building a website for the park of your choice with it.
- You must have Node installed. visit https://byui-cit.github.io/learning-modules/modules/general/node-installation/ for instructions
npm installnpm run startstarts up a local server and updates on any JS or CSS/SCSS changes.
npm run buildto build final files when you are ready to turn in.