Skip to content
/ webpack-starter Public template
forked from wbkd/webpack-starter

✨ A lightweight foundation for your next webpack based frontend project.

Notifications You must be signed in to change notification settings

dgnr/webpack-starter

Repository files navigation

yet another webpack es6 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

Features:

When you run npm run build we use the extract-text-webpack-plugin to move the css to a separate file, so that the styles are applied before any javascript gets loaded. This file then gets automatically included in the head of your index.html file. We disabled this function for the dev version, because the loader doesn't support hot module replacement.

About

✨ A lightweight foundation for your next webpack based frontend project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.9%
  • HTML 8.8%
  • CSS 2.3%