/z-base-stack

Basic stack for basic project (SASS, Browserify, HandleBars, Gulp, Lodash)

Primary LanguageJavaScript

z-basic-stack

Project setup stack: SASS+Browserify+jQuery+Handlebars

Installation

Project dependencies:

  • [node.js] - evented I/O for the backend
  • [npm] - npm is the package manager for nodejs modules
  • [Gulp] - the streaming build system

You need Gulp installed globally:

$ npm i -g gulp
$ git clone https://github.com/oagarcia/z-base-stack
$ cd z-base-stack
$ npm i
$ gulp

Production build:

$ gulp build --production