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

https://github.com/hwrdy/simple-es6-webpack-starter

An ES6(ECMAScript 2015) starter with webpack bundle
https://github.com/hwrdy/simple-es6-webpack-starter

Last synced: 10 months ago
JSON representation

An ES6(ECMAScript 2015) starter with webpack bundle

Awesome Lists containing this project

README

          

# simple-es6-webpack-starter

A minimal es6 starter kit with webpack bundle and dev server.

### Features

* Simple and minimum dependencies ES6 playground.
* Compiles next generation javascript ES6(ES2015), ES7 via [Babel](https://babeljs.io/).
* Bundle source files via [Webpack](https://webpack.github.io/).
* Develop locally with [webpack-dev-server](http://webpack.github.io/docs/webpack-dev-server.html)

### Getting Started

####Install
```
$ git clone git@github.com:Hwrdy/simple-es6-webpack-starter.git
$ cd simple-es6-webpack-starter
$ npm install
```

####Run dev server
```
npm run dev
```

### License

The MIT license