This is the jobs listing project from the YouTube crash course.
This project uses JSON-Server for a mock backend.
npm install
The server will run on http://localhost:8000
npm run server
Vue will run on http://localhost:3000
npm run dev
npm run build
npm run preview