This an easy to handle HTML and CSS template builder application to create compiled HTML-, CSS-, Javascriptfiles.
To run this template-application you need to install following tools to your working machine.
- nodejs ^5+
- npm ^3.8+
- bower
- gulp
- Download NodeJs from https://nodejs.org/en/download/ and install it.
- Install npm globally, if not yet done,
npm install -g npm
, test npm version withnpm -v
- Install bower globally,
npm install -g bower
(beware, you need to have git installed to use bower) - Install gulp globally,
npm install -g gulp
You can use the command, provided by the package.json:
npm run init
or, install dependent packages manually with:
npm install
and bower install
run:
npm run serve
Open you browser and navigate to http://127.0.0.1:8888
or http://localhost:8888