HTMLWebpackStarterKit
HTMLWebpackStarterKit copied to clipboard
A stater kit to create a static HTML front-end website, with SCSS pre-processing, JS minifying and HTML templating.
Outsourcify's HTML Starter with Webpack
https://outsourcify.net
Install the dependencies:
npm i
Development Build:
npm run build
Development Build:
npm run dist
Server start (open a new browser window):
npm run start