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
- Host: GitHub
- URL: https://github.com/hwrdy/simple-es6-webpack-starter
- Owner: Hwrdy
- License: mit
- Created: 2015-12-25T09:43:57.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-29T09:13:18.000Z (about 10 years ago)
- Last Synced: 2023-03-02T05:46:46.233Z (almost 3 years ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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