Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

DX Anlaysis POC

Summary

This POC demonstrates a new architecture for our SDKs in a React application.

Project structure

  • 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 by yarn pull

Setup

To run locally

  1. Install NodeJS
  2. Install yarn
  3. Clone the repo
  4. cd ~/react-app
  5. yarn install
  6. yarn start