Skip to content

dariathehuman/floristry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’ Floristry - 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
β”œβ”€β”€ app/                              # 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
    β”œβ”€β”€ -page-.html
    └── index.html
    
β”œβ”€β”€ .gitignore                        # List of gitignore files
β”œβ”€β”€ package.json                      # Config file
└── README.md                         # Documentation

About

πŸ’ Website layout for flower store Always Spring

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published