Skip to content

This is a simple starter kit for bundling code for the browser with webpack. It includes a few loaders and a basic config for babel and eslint.

Notifications You must be signed in to change notification settings

zgreen/webpack-boilerplate

Repository files navigation

webpack-boilerplate

This is a simple starter kit for bundling code for the browser with webpack. It includes a few loaders and a basic config for babel and eslint.

Install dependencies

  • npm install

Use

  • npm dev Start the app at http://localhost:8080, with Hot Module Replacement enabled.
  • npm build Bundle your code for production.

Other branches

There are a couple other branches which you may find useful, depending on the needs of your project:

  • react For React, use this.
  • node For Node.js development, use this (this branch needs work).

About

This is a simple starter kit for bundling code for the browser with webpack. It includes a few loaders and a basic config for babel and eslint.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published