Simple tool for rendering handlebars templates with JSON values. Useful for building up HTML emails that use handlebars tokens for mail-merge (e.g. MailChimp) or for general app templates.
Stores the HTML and JSON in localstorage just in case you accidentally close your browser window with super-awesome work-in-progress.
Also displays a handy error message if you're missing some values. (Since handlebars has a tendency to fail silently on missing values!).
Clone and run npm start
to install, build and run a server at http://localhost:3003
.