Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 578 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 578 Bytes

Parcel + pug + scss + Js + more... starter

Simple boilerplate to start building html templates with parcel, pug, scss, and modern javascript.

Geting started

1. Fork the repo

2. Clone your forked repo

git clone your-git-forked-repo-url # e.g https://github.com/ourystd/parcel-pug-scss-starter.git

3. Intall dependencies

# move into the project directory
# e.g cd parcel-pug-scss-starter

# install dependencies with yarn
yarn install

Scripts

Launch local server

yarn dev

build for prod

yarn build