2.1.0 • Published 3 years ago
jsonresume-theme-standard-resume v2.1.0
jsonresume-theme-standard-resume
JSON Resume theme based on Standard Resume style.
Demo
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:4000Development
I provided three scripts inside the package.json:
yarn start: Start server on http://localhost:3000/, and generatehtmlandpdfon demand.yarn build: Generatehtmlandpdffile and store it inside/public.yarn preview: Start static server on/public.
License
MIT.