Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 591 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 591 Bytes

Resume Builder

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:

  1. run npm install then npm start
  2. visit http://localhost:3000/
  3. create a new file data.json and populate it with real data in the same format as data.sample.json
  4. in index.js, update the data.sample.json reference to point to the new file

Integrated pug into webpack with the help of this tutorial.