developers/Article

Quick Start Guide for Developers

3 min read 5k views Share

Getting Started with the Dexra SDK

Dexra is designed to be developer-first. Integrating our communication layer into your React, Vue, or Angular application takes less than 5 minutes.

Note: You’ll need an API key from the dashboard before proceeding.

Installation

Install the package via your package manager.

npm install @dexra/client-sdk

Or via CDN for legacy projects:

<script src="https://cdn.dexra.net/v2/sdk.js"></script>

Was this article helpful?