Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/webdiscus/webpack-pug-scss-js-starter
- Owner: webdiscus
- Created: 2022-04-25T11:33:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-17T17:10:24.000Z (10 months ago)
- Last Synced: 2024-05-01T16:52:19.968Z (8 months ago)
- Topics: boilerplate, bundler, entrypoint, html, html-bundler, pug, pug-loader, pug-plugin, sass, scss, webpack
- Language: SCSS
- Homepage: https://webdiscus.github.io/webpack-pug-scss-js-starter/
- Size: 32.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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
```