tzs007 / boilerplate-gulp-sass-babel

A boilerplate for rapid front-end development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rapid development with Boilerplate Gulp Sass Babel

Hurry up don't waste your time, Do these commands in your terminal.

Install

$ mkdir my-project
$ cd my-project
$ git clone https://github.com/devlifeX/boilerplate-gulp-sass-babel.git .
$ npm install
$ gulp dev

Features

1- Support Gulp (ver=3.9)
2- Support Sass(SCSS)
3- Support ES6+ (Babel)
4- Support BrowserSync
5- Support Browserify (So You can write module import/export in your js file)
6- Live reload any changes in (html, scss, js files), prevent crash while coding
n- What dou you want? leave an issue :)

About

A boilerplate for rapid front-end development


Languages

Language:JavaScript 87.3%Language:HTML 9.3%Language:CSS 3.4%