An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          




DashX




Your All-in-One Product Stack



Website
|
Demos
|
Documentation



# @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
```