/webpack-html-boilerplate

Simple Webpack implementation for building static front end HTML templates.

Primary LanguageSCSS

Simple Webpack Static HTML Boilerplate

Simple Webpack implementation for building static front end HTML templates.

Requirements

Install your dependencies

npm i

Development

Webpack dev server is inlcuded with Hot module Replacement Plugin enabled.

Start the dev server and edit files in the src directory.

npm run start

Production

Build production assets to the dist folder.

npm run build