Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 507 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 507 Bytes

Gulp Boilerplate for generic CSS/HTML/JS development

Based on nunjucks, sass, webpack

Structure

/src/ - thats where you write code.

/build/ - compiled code. Do not ever edit this folder.

How to use

  1. $ npm install

  2. $ gulp - it will start local server at http://localhost:8080/

  3. $ npm run build - it will delete your build folder first and then compile project in production mode(using code minifying etc.)