https://github.com/dashxhq/dashx-browser
DashX SDK for the Browser (JavaScript)
https://github.com/dashxhq/dashx-browser
ab-testing admin-panel analytics automation billing cms feature-flags javascript messaging notifications
Last synced: 6 months ago
JSON representation
DashX SDK for the Browser (JavaScript)
- Host: GitHub
- URL: https://github.com/dashxhq/dashx-browser
- Owner: dashxhq
- License: mit
- Created: 2022-06-22T13:10:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T06:07:11.000Z (about 2 years ago)
- Last Synced: 2024-05-20T07:33:45.115Z (about 2 years ago)
- Topics: ab-testing, admin-panel, analytics, automation, billing, cms, feature-flags, javascript, messaging, notifications
- Language: TypeScript
- Homepage: https://docs.dashx.com/developer
- Size: 209 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @dashx/browser
_DashX SDK for the Browser_
## Install
**npm**
```sh
npm install @dashx/browser
```
**yarn**
```sh
yarn add @dashx/browser
```
## Usage
For detailed usage, refer to the [documentation](https://docs.dashx.com).
## Contributing
- Make sure all the dependencies are installed:
```sh
yarn install
```
- To start dev server with hot reload:
```sh
yarn start
```
This will run a dev server that logs out errors and warnings and reloads itself on any file save.
- To create production build:
```sh
yarn build
```
- To publish package, make sure to login on npm cli and commit all the changes before running this:
```sh
yarn publish
git push origin main
```