Skip to content

Rudeg/js-module-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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