Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.
/ htmlstart Public archive

Basic starter kit for html and scss, just for learning

Notifications You must be signed in to change notification settings

ticquique/htmlstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Releases

No releases published

Packages

No packages published