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

https://github.com/semdy/webpack-multiple-boilerplate

webpack multiple pages boilerplate(compat ie8)
https://github.com/semdy/webpack-multiple-boilerplate

babel babel-plugin express express-middleware jquery multiple webpack

Last synced: 2 months ago
JSON representation

webpack multiple pages boilerplate(compat ie8)

Awesome Lists containing this project

README

          

# webpack-multiple-boilerplate

> A webpack multiple pages project

## Build Setup

``` bash
# clone
git clone git@github.com:semdy/webpack-multiple-boilerplate.git

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm start

# build for production with minification
npm run build

# start a server from the dist
serve:dist
```