Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 370 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 370 Bytes

Pug + SCSS Newsletter Template

Create distributable HTML newsletters with Pug and SCSS. All generated CSS are inlined during the build process.

Install dependencies

npm i

Run dev server with hot reload

npm run dev

Build for production

Converts the Pug files to a index.html file placed in dist folder with all CSS inlined.

npm run build