๐Ÿ“ฆ Rudeg / js-module-boilerplate

๐Ÿ“„ README.md ยท 23 lines
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