Skip to content

EmaSuriano/jsonresume-theme-standard-resume

Repository files navigation

jsonresume-theme-standard-resume

Master Netlify Status

JSON Resume theme based on Standard Resume style.

How to use

We're going to use the official resume-cli to run our development server.

# Download official resume CLI
> npm install -g resume-cli

# Download Theme
> npm install -g jsonresume-theme-standard-resume

# Display your resume with the theme
> resume serve -t standard-resume
Preview: http://localhost:4000

Development

I provided three scripts inside the package.json:

  • yarn start: Start server on http://localhost:3000/, and generate html and pdf on demand.
  • yarn build: Generate html and pdf file and store it inside /public.
  • yarn preview: Start static server on /public.

License

MIT.