hraboviyvadim / map-router

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.)

About

License:MIT License


Languages

Language:JavaScript 40.4%Language:CSS 35.5%Language:HTML 24.0%