This is a boilerplate theme for the JSON Resume project. Unlike the json-resume-boilerplate project, this project makes use of modern build tools to improve the developer experience when creating new themes.
- JSON Resume - Open Source JSON Resume standard
- TailwindCSS - A utility-first CSS framework
- Vite - Next Gen Frontend Tooling
This is a template repository.
You can create your own copy of it by clicking the "User this template" above.
This project uses vite, tailwindcss and resume-cli for all of its build processes.
package.json
provides a few scripts for development, build, and preview.
# Run development server
npm start
# Build the resume using resume.json in the root directory
npm run build
# Run a server to preview the build
npm run preview
# Export resume to a pdf
npm run export