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: 4 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-17T17:10:24.000Z (about 1 year ago)
- Last Synced: 2025-01-10T23:44:10.114Z (5 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: 1
- 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
```