Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 479 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 479 Bytes

React Example

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.

Running development server

npm install
VITE_LATITUDE_HOST=http://localhost:3000 npm run dev

Remember you'll need an instance of the Latitude server running on http://localhost:3000.