Quick start
info
You can find the TOKEN of the project in the Projects tab of your Streply account.
The first step is loading the script with SDK.
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://app.streply.com/js/%token%.min.js"></script>
</head>
<body>
...
</body>
</html>
Alternatively, you can also install the SDK via a package manager:
- NPM
- YARN
npm install --save @streply/browser
yarn add @streply/browser