Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 280 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 280 Bytes

sketch-boilerplate

a boilerplate repo for playing around on single-page sites. Includes webpack, SASS, and an action for deploying to GitHub Pages. This allows for easy use of modules from NPM.

To run a single build:

npm run build

To start the dev server

npm run serve