An example of loading a Marker.io widget and using SDK methods in React
First make sure to install all dependencies:
npm install
Then, start your development server using:
npm run dev
Finally, navigate to http://localhost:5173 to open your running React app.
The project ID is an immutable value that allows linking Marker.io to your project widget.
Get it with these simple steps:
- Navigate to your Marker.io dashboard at https://app.marker.io
- Open a project, then navigate to its installation settings, choose "Snippet code"
- Copy your project ID from the snippet code itself.