Skip to content

igor-p/resume-builder

Repository files navigation

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.

About

Generates a nice-looking resume.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published