This is project using vue3 and setup is based on Vitejs. I have used json-server to get fake rest api. for getting data it is important to run
json-server --watch db.json
and then start project by running
npm run dev
npm install
npm run dev
npm run build
npm run lint
json-server --watch db.json