Skip to content
This repository was archived by the owner on Jan 18, 2021. It is now read-only.

Latest commit

 

History

History
49 lines (32 loc) · 1.13 KB

File metadata and controls

49 lines (32 loc) · 1.13 KB

HTMLSTART

HTMLSTART uses a number of open source projects to work properly:

  • Normalize-scss - Sass version of Normalize.css
  • node.js - evented I/O for the backend
  • Sass - CSS extension language
  • Gulp - the streaming build system
  • Browsersync - Time-saving synchronised browser testing.

And of course HTMLSTART itself is open source with a public repository on GitHub.

Installation

HTMLSTART requires Node.js v4+ to run (install it).

Install the dependencies and devDependencies and start the server.

$ cd htmlstart
$ npm install
$ gulp

Use

HTMLSTART is a basic starter kit to develope html and css.

Don't modify direcly the css files, while gulp is active it will be modified when scss is compiled.

Start each working session typing simply

$ gulp

Free Software, Hell Yeah!