This POC demonstrates a new architecture for our SDKs in a React application.
README.md
- you are here *src/
- App.tsx - Example user app using Amply SDK. A good place to start.
src/amplitude/
- Generated "typed" SDK sources. Generated byyarn pull
To run locally
- Install
NodeJS
- Install
yarn
- Clone the repo
cd ~/react-app
yarn install
yarn start