Generates a nice-looking resume.
Reads from a JSON file and runs it through a pug template to generate an html resume.
To run app:
- run
npm install
thennpm start
- visit
http://localhost:3000/
- create a new file
data.json
and populate it with real data in the same format asdata.sample.json
- in
index.js
, update thedata.sample.json
reference to point to the new file
Integrated pug into webpack with the help of this tutorial.