Skip to content

Gulp-powered ready-to-go HTML/CSS dev environment with sass, nunjucks, postCSS and browsersync

Notifications You must be signed in to change notification settings

absent1706/html-css-environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modern HTML/CSS coding environment

Use it as a start point for new HTML/CSS projects.

Features:

Installation

npm install gulp-cli -g
npm install

For developing, type

gulp

For production build, type

gulp build --production