Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 486 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 486 Bytes

js-module-boilerplate

Simple boilerplate for JavaScript component.

The Stack

Gulp - tasks

Babel - transform ES6 to ES6

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