Boilerplate for rendering a mustache template and writing it to a file.
- Clone repo and run
npm ito install node modules - Copy your mustache template code into
template.mustache - Run
npm startin terminal
Running this will create a new file with your rendered html in root directory called output.html.