/master-html

Primary LanguageCSSGNU General Public License v3.0GPL-3.0

Master theme for HTML

Description

This is build for structuring development when working with HTML.

Dependensis

Directory structure

|-- gulp                    
|   |-- build
|   |   |-- assets
|   |   |   |-- images
|   |   |   |   |-- icons
|   |   |   |   |   |-- png
|   |   |   |   |   |-- svg
|   |   |   |   |-- img
|   |   |   |-- js
|   |   |   |   |-- local
|   |   |   |   |-- vendor
|   |   |   |-- styles
|   |   |       |-- local
|   |   |       |-- vendor
|   |   |-- templates
|   |       |-- blocks
|   |       |-- pages
|   |-- public

Requiremets

The minimum requirement by this build Node.js

Getting Started

  1. Install gulp globally:
$ npm install --global gulp
  1. Initialize your project directory:
$ npm i
  1. Run gulp in project directory:
$ gulp