Skip to content

Qu4k3/html-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Web template

Description

Web template structure to start coding right away

It includes

Structure

├── assets
│   ├── css
│   │   ├── bootstrap.min.css
│   │   ├── fontawesome-all.min.css
│   │   └── styles.css
│   ├── fonts
│   ├── img
│   ├── js
│   │   ├── bootstrap.min.js
│   │   ├── index.js
│   │   └── jquery-3.3.1.min.js
│   ├── scss
│   │   └── main.scss
│   └── webfonts
│       └── ...
├── index.html
└── README.md

Helpers

Sass auto compiler

sass --watch scss/main.scss:css/styles.css 

Author

Qu4k3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages