/gest

A boilerplate for rapidly deploying front-end scaffold

Primary LanguageJavaScriptMIT LicenseMIT

Gest 2.0

A gulp-based boilerplate for rapidly deploying front-end scaffold

Getting Started

Requirement

  • Node.js
  • Gulp

##Setting up

  1. Install Node.js

Recommend use nvm

  1. Install Gulp Globally
(sudo)npm install gulp -g
  1. Install Gest
git clone https://github.com/alivelee/gest
  1. Install Dependency
npm install

  1. Start the Server
gulp serve

#Changelog

[2.0] - 2017-1-06

  • change to gulp 3.9 based
  • use ES6 version of gulpfile