Skip to content
This repository was archived by the owner on Jun 30, 2023. It is now read-only.

lumonald/html-template-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

html-template-base

Bare bones HTML template starter kit.

When developing, edit:

  • app/index.pug
  • app/scss/style.scss
  • app/js/main.js

Also whilst developing make sure to run the default gulp command:

$ gulp

This generates readable versions of compiled HTML, CSS and JS and will watch for changes as you code.

Also you can run:

$ gulp minify

This generates minified versions of compiled HTML, CSS and JS and can be used as a one-off command, this will not watch for changes.

About

Bare bones HTML template starter kit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published