This example demonstrates the integration of an existing Latitude data server
with a React application. It features a straightforward Vite/React application
that illustrates the use of @latitude-data/react to retrieve data from a
Latitude server.
npm installVITE_LATITUDE_HOST=http://localhost:3000 npm run devRemember you'll need an instance of the Latitude server running on http://localhost:3000.