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

https://github.com/dleitee/gulp-es6

Using gulp with es6
https://github.com/dleitee/gulp-es6

Last synced: about 1 year ago
JSON representation

Using gulp with es6

Awesome Lists containing this project

README

          

# gulp-es6

Example gulp with ES6 presented in the article [gulp + ES6= ❤](https://medium.com/@dleitee/gulp-es2015-b2070a723367)
*(pt-BR)*.

##Using ES5:

![Using ES5](https://cloud.githubusercontent.com/assets/2229108/10079034/32e085f0-62be-11e5-9ffc-fe7e620ab145.png)

##Using ES6:
![Using ES6](https://cloud.githubusercontent.com/assets/2229108/10079035/32ff5f84-62be-11e5-95d8-865be018c594.png)

##Running Locally

Clone this repository to your local machine.

```
$ git clone https://github.com/dleitee/gulp-es6.git
$ cd gulp-es6
```

Install the package dependencies.
```
$ npm install
```

Running gulpfile.

```
$ gulp
```