Skip to content

huijing/blank-html5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A blank HTML5 template for experiments

  1. Clone this repo to your local computer:
$git clone [email protected]:huijing/blank-html5.git
  1. Install the necessary packages for this repo:
$ npm install
  1. Run Gulp to concatenate and compile files:
$ gulp
  • Global gulp command line utility is required via npm install --global gulp-cli
  • Styles go in the styles.scss file, and will be compiled by Gulp
  • Scripts go into the js folder, and will be concatenated by Gulp