1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23# js-module-boilerplate
Simple boilerplate for JavaScript component.
## The Stack
โ [Gulp](http://gulpjs.com/) - tasks
โ [Babel](https://babeljs.io/) - transform ES6 to ES6
โ [Rollup](https://github.com/rollup/rollup) - bundling
##Structure
The root level of the contains the following directories and files:
* `src/` - source files
* `dist/` - final bundles
* `gulpfile.babel.js` - the gulp entry point + tasks
* `package.json` - package.json file with info and depth