I am writing down all the steps below to setup and run the application.
To run the project you need to open 2 terminals and run the server and client commands as below:
JSON-Server setup
cd employee-dashboard
sudo npm install -g json-server // Install the json-server globally
sudo json-server -w ./data/db.js // Starting the json-server
Vue.js Client setup
cd employee-dashboard
npm install
npm run build
npm run preview
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).