Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 718 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 718 Bytes

Webpack Frontend Starterkit

A lightweight foundation for your next webpack based frontend project.

Installation

npm install

Start Dev Server

npm run dev

Build Prod Version

npm run build

Preview Prod Version

npm run preview

Features:

When you run npm run build we use the mini-css-extract-plugin to move the css to a separate file. The css file gets included in the head of the index.html.