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

https://github.com/nicksp/webpack-es6-starter

Simply a playground for client-side development in ECMAScript 6 using Babel.
https://github.com/nicksp/webpack-es6-starter

Last synced: 23 days ago
JSON representation

Simply a playground for client-side development in ECMAScript 6 using Babel.

Awesome Lists containing this project

README

          

# ES6 playground using Babel and webpack

### Simple playground that features ES6-compiling, automatic reloading dev server.

A minimal starter project to get you up and running with webpack, SCSS and ES6 via Babel.

**NOT READY FOR PRODUCTION!**

## 01. Install

```
git clone https://github.com/nicksp/webpack-es6-starter.git
cd webpack-es6-starter
npm i
```

## 02. Enjoy

- `npm start` to start webpack dev server in watch mode
- Open [localhost:8080](http://localhost:8080/) in your browser.

-Nick, 2016-01