Skip to content

Latest commit

 

History

History
executable file
·
63 lines (56 loc) · 1.16 KB

README.md

File metadata and controls

executable file
·
63 lines (56 loc) · 1.16 KB

Хуинитум

Web kit for easy start

Features

How to start

    $ npm install
    $ gulp

Directory & file structure

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