Simple boilerplate to start building html templates with parcel, pug, scss, and modern javascript.
git clone your-git-forked-repo-url # e.g https://github.com/ourystd/parcel-pug-scss-starter.git
# move into the project directory
# e.g cd parcel-pug-scss-starter
# install dependencies with yarn
yarn install
yarn dev
yarn build