Web kit for easy start
-
Used build system — Gulp 4;
-
Compiling scss and less with gulp
-
Templating with gulp-html-tag-include;
-
Run a webserver on 8000 with gulp-connect;
$ npm install
$ gulp
project
│ README.md
│ .gitiignore
│ gulpfile.js
│ package.json
│
└───build
│ │ index.html
│ │ script.js
│ │ style.css
│ │
│ └───fonts
│ │
│ └───img
│ kitty.png
│
└───static
│
└───css
│ style.css
│
└───js
│ script.js
│
└───img
│
│
└───fonts
│
│
└───preprocessors
│
│
└───templates
│ index.html
│
└───blocks
head.html
main.html
scripts.html
Inspired by Straykov's Initium