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

https://github.com/pierrenel/babel_browserify

ES6 + Stage 0 + Babel + Browserify
https://github.com/pierrenel/babel_browserify

Last synced: 3 months ago
JSON representation

ES6 + Stage 0 + Babel + Browserify

Awesome Lists containing this project

README

        

# ES6 with Babel 6+
Get started with Javascript ES6 with this example, including "import" syntax.

## Run

* download repo
* go to the project's root directory
* install
```
npm install
```
* run
```
npm start
```
* if you want to quit, just press CTRL+C