Welcome to the React + Tweed SDK example project! This repository demonstrates a straightforward implementation of the Tweed SDK with React.
To get started, follow these simple steps:
go to src/App.tsx and change the applecaion-id to your own
// src/App.tsx
<TweedProvider applicationId="YOUR-APP-ID" options="clientOptions" >
<DemoPage />
</TweedProvider>
Run the following command in your terminal to install project dependencies using Yarn or npm.
Using npm:
npm install
Using Yarn:
yarn install
Launch the development server with the following command:
npm run dev
or
yarn dev
Feel free to explore the code in the src directory and customize it according to your project requirements.
Happy coding! 🚀