Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zgreen/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.
https://github.com/zgreen/webpack-boilerplate

elm nodejs react webpack webpack-boilerplate

Last synced: 12 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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`](https://github.com/zgreen/webpack-boilerplate/tree/react) For React, use this.
* [`node`](https://github.com/zgreen/webpack-boilerplate/tree/node) For Node.js development, use this (this branch needs work).