Skip to content

Squareseidh/CookieBuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CookieBuilder

Starter kit HTML/CSS/JS

Quick Start

  • Install NodeJS
  • Install Bower & gulp
$ npm install -g bower
$ npm install -g gulp
  • Then just :
$ /path/to/project/directory
$ npm install

It'll install all project dependencies.

Then open a terminal and just type

$ gulp

Gulp will compile & minify LESS files into css/ on each CTRL+S You just have to import your less files into css/less/style.less

//style.less
@import "other-file.less"
@import "dir/other-file2.less"

About

Starter kit HTML/CSS/JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published