michaeltcoelho / es6-umd-boilerplate

An easy build configuration (Webpack, Babel, Gulp, Sprites, Uglify, jQuery and Sass)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ES6 Boilerplate

An easy build configuration

  • Webpack
  • Babel
  • Gulp
  • Sprites
  • Uglify
  • jQuery
  • Sass

Installing

#Before install you need to clone the repo.
git clone git@github.com:jmlavoier/es6-umd-boilerplate.git

#Enter in folder
cd es6-umd-boilerplate

#Install packages
npm install

#Install gulp
npm install gulp

##Building project

#To build css, js, and images sprites
gulp build

#Watching src/scss, src/js, src/img/sprites when there is change execute build
gulp

About

An easy build configuration (Webpack, Babel, Gulp, Sprites, Uglify, jQuery and Sass)


Languages

Language:HTML 68.9%Language:CSS 26.3%Language:JavaScript 4.9%