chrisgreg / modular-html-kit

Generate HTML from modular template files and static JSON content

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

modular-html-kit

Starter kit for using handlebars, JSON and gulp to generate static HTML pages

To install

$ git clone https://github.com/chrisgreg/modular-html-kit.git

$ npm install

To generate HTML files

$ npm run build

To watch for changes

$ npm run watch

Edit data/static-data.json and utilise the data in handlebars files to create HTML files and partials.

About

Generate HTML from modular template files and static JSON content

License:ISC License


Languages

Language:HTML 51.1%Language:JavaScript 48.9%