Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/zgreen/webpack-boilerplate
- Owner: zgreen
- Created: 2016-08-21T00:56:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-01T00:35:37.000Z (over 6 years ago)
- Last Synced: 2024-11-14T22:25:52.194Z (2 months ago)
- Topics: elm, nodejs, react, webpack, webpack-boilerplate
- Language: JavaScript
- Homepage:
- Size: 378 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).