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