Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/umayr/es6-workshop-setup

Minimal babel + webpack setup for ES6 workshop
https://github.com/umayr/es6-workshop-setup

Last synced: 9 days ago
JSON representation

Minimal babel + webpack setup for ES6 workshop

Awesome Lists containing this project

README

        

# es6-workshop-setup
> Minimal babel + webpack setup for ES6 workshop

## Setup

```
$ git clone https://github.com/umayr/es6-workshop-setup.git
$ cd es6-workshop-setup
$ npm install
$ npm start
```

Open `localhost:8080` in browser.