Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 628 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 628 Bytes

Gulp Dev Stack

A simple dev stack based on [Gulp].

Installation

Dev stack requires Node.js v5+ and npm v3+ to run. Download the project, go to the directory and install the dependencies and devDependencies.

$ npm i

Development

Watch task, reload, local server

$ gulp

Production

Will create just build with all html, minified js and css and local server

$ gulp --prod

Styleguide

Styleguide is from Actum Styleguide Project.

To Download from github as node module:

$ npm i actum/styleguide