This project will generate a static site to highlight a Spotify playlist.
npm installThis will install all dependencies into a local node_modules directory. Then,
use the watch job to start a local dev server on port 9000:
npm run watchTo build a minified distributable, use the build job:
npm run buildTo deploy to an S3 bucket, use the deploy job:
npm run deploy