This project was created by following Brad Traversy's Vue.js Job Board Crash Course.
This project uses json-server as a mock backend API to read and write local JSON files. Before starting the application, you'll need to start the JSON server by running:
pnpm run serverThen, run this app.
pnpm run devAfter adding TailwindCSS, when adding a new job in /jobs/add, the app redirect to the /jobs/:newJob page, but this job details page reloads.