JSON Resume theme based on Standard Resume style.
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
I provided three scripts inside the package.json
:
yarn start
: Start server on http://localhost:3000/, and generatehtml
andpdf
on demand.yarn build
: Generatehtml
andpdf
file and store it inside/public
.yarn preview
: Start static server on/public
.
MIT.