Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/webdiscus/webpack-pug-scss-js-starter

A boilerplate for creating multiple page site using Webpack, Pug, SCSS, JS, SVG, images
https://github.com/webdiscus/webpack-pug-scss-js-starter

boilerplate bundler entrypoint html html-bundler pug pug-loader pug-plugin sass scss webpack

Last synced: about 2 months ago
JSON representation

A boilerplate for creating multiple page site using Webpack, Pug, SCSS, JS, SVG, images

Awesome Lists containing this project

README

        

Webpack starter project with Pug, Sass/SCSS and VanillaJS.
See the [demo site](https://webdiscus.github.io/webpack-pug-scss-js-starter/).

To render Pug templates into HTML is used the [pug-plugin](https://github.com/webdiscus/pug-plugin).

Install:
```
npm i
```

Start local dev server (development mode):
```
npm run start
```

Build distribution files (production mode):
```
npm run build
```

Preview the build in browser (production mode):
```
npm run preview
```