renatodeleao / gulp-babel-boilerplate

gulp ❤️ webpack — boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gulp ❤️ webpack — boilerplate

Simple gulp + webpack boilerplate for front-end development

Features

  • ES6 ready to rumble
  • Live-reload with BrowserSync
  • Javascript bundling with Webpack.
  • Compile Scss files
  • Autoprefix styles
  • Compile Jade files
  • Compile Coffee scripts files
  • Support npm modules
  • Dev and Production builds
  • Hot Module Reloading [dev branch]

Install

$ git clone https://github.com/renatodeleao/gulp-babel-boilerplate.git
$ cd gulp-babel-boilerplate
$ npm install

Usage

Start development

$ gulp
# or
$ gulp watch

Create a build files

$ gulp build
# or
$ gulp build --env production

If you pass an environment variable to generate a file for production.

CREDITS

Author: @tsuyoshiwada
Instructions for HMR + BrowserSync: Corina Udrescu from jsramblings.com

About

gulp ❤️ webpack — boilerplate


Languages

Language:CSS 54.0%Language:JavaScript 42.4%Language:HTML 3.6%