Skip to content

Latest commit

 

History

History
 
 

README.md

React Example

Vite React TypeScript

This is a small vanilla React example app setup showcasing @poppyseed/lastic-sdk.

Usage

pnpm install
pnpm run dev

# Or compile & watch the package and run the example in parallel:
# NOTE: Run this from the root directory
pnpm run dev:react-example