Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/earthquakesan/webpack-babel-es6-example

Simple example for the es6 together with webpack and babel-loader.
https://github.com/earthquakesan/webpack-babel-es6-example

Last synced: 25 days ago
JSON representation

Simple example for the es6 together with webpack and babel-loader.

Awesome Lists containing this project

README

        

# webpack-babel-es6-example
Simple example for the es6 together with webpack and babel-loader. To run:
```
$ npm install babel-loader
$ webpack
$ python -m SimpleHTTPServer
```

Point your browser to http://localhost:8000