Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sanusart/gulp-babel-webpack

Testing gulp task to use ES6/ES2015 with babel and webpack
https://github.com/sanusart/gulp-babel-webpack

Last synced: 23 days ago
JSON representation

Testing gulp task to use ES6/ES2015 with babel and webpack

Awesome Lists containing this project

README

        

# gulp task with babel and webpack test

### Set-up

`$ git clone https://github.com/sanusart/gulp-babel-webpack`

and

`$ npm install`

### Running

`$ npm start` - will run the gulp task and watch for changes in `./src` directory and serve the contents of `./build` directory

### Structure

```
.
├── README
├── build <- built files goes here
├── gulpfile.js
├── node_modules <- node modules
├── package.json
├── src <- source directory of the app
│   ├── index.js <- main entry point file
│   └── lib
│   ├── Hello.js
│   └── Person.js
└── webpack.config.js
```

### License

MIT