Helping you manage your job hunt by tracking leads, applications, and your CV resources
JHB is built using Nuxt.js which is a framework for building Vue.js applications.
Using the .env.example
as a template create your own .env
in the root of the project
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate