Skip to content

kotko/master-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published