User Interface for Exquisitor.
To install the application
npm install
Currently uses mock data by default, which is set in src/services/ExquisitorAPI.ts mock=true.
To run with exquisitor live service from a different location than localhost:8000, change exqURI in src/services/ExquisitorAPI.ts to the correct address.
To run the application
npm run dev