Skip to content

kontextso/sdk-react-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple project that demonstrates how to use the Kontex React SDK.

Getting Started

  1. Clone the repository
git clone git@github.com:kontextso/sdk-react-demo.git
cd sdk-react-demo
  1. Install dependencies
npm install
  1. Update your publisher token and placement code.

Open src/app/constants.ts and replace the placeholders with your actual publisher token and placement code:

export const PUBLISHER_TOKEN = "<your publisher token>";
export const PLACEMENT_CODE = "<your placement code>";
  1. Run the development server
npm run dev
  1. Open http://localhost:3000 in your browser to see the result.

Learn More

To learn more about the Kontext React SDK, check out the following resource:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published