Skip to content

Latest commit

 

History

History
57 lines (45 loc) · 1.6 KB

README.md

File metadata and controls

57 lines (45 loc) · 1.6 KB

🏡 WoodHouse - website layout

Requirements

Open website

Click here

Installation

Get the repo onto your local machine (or download zip)

Install npm packages:

$ npm i

Start working:

$ gulp

Make a production build

$ gulp build

Project structure

├── gulpfile.js/                      # Config Gulp.js
├── sourse/                           # Developing folder
│   ├── css                           # Folder with ready styles
        ├── style.min.css   
    ├── fonts                         # Folder for fonts (woff/woff2)
    ├── images
         ├── icons                    # Going to sprite.svg via $ gulp sprite   
    ├── js
         ├── min                      
         ├── libs.min.js
         ├── main.js
    ├── scss
         ├── fonts.scss               # Turning on fonts
         ├── global.scss              # For global styles
         ├── libs.scss                # Turning on styles libs
         ├── vars.scss                # For variable definition
         ├── style.scss               # Importing all style files
         ├── -section-.scss           # Styles for each section
│   └── index.html
├── .gitignore                        # List of gitignore files
├── package.json                      # Config file
└── README.md                         # Documentation