/modular-html-kit

Generate HTML from modular template files and static JSON content

Primary LanguageHTMLISC LicenseISC

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.