npm install
npm run serve
npm run build
For this application to work properly - perform this command -> json-server --watch data/db.json.
From there the application will work as intended.
NOTE: JSON Server needs to be running in the background for there to be data to work with in the application.