(German translation of https://www.npmjs.com/package/jsonresume-theme-standard-resume)
JSON Resume theme imitating the amazing style from Standard Resume
We're going to use the official resume-cli to run our development server.
Go ahead and install it:
npm install -g resume-cli
npm install -g jsonresume-theme-standard-resume
While inside the theme folder, simply run:
resume serve -t standard-resume
You should now see this message:
Preview: http://localhost:4000
Press ctrl-c to stop
Congratulations, you've made it!
I provided two scripts inside the package.json
:
-
yarn html
: Generatehtml
file and store it inside/dev
. -
yarn pdf
: Generatepdf
file and store it inside/dev
.
Available under the MIT license.