DashX SDK for the Browser
npm
npm install @dashx/browseryarn
yarn add @dashx/browserFor detailed usage, refer to the documentation.
- Make sure all the dependencies are installed:
yarn install- To start dev server with hot reload:
yarn startThis will run a dev server that logs out errors and warnings and reloads itself on any file save.
- To create production build:
yarn build- To publish package, make sure to login on npm cli and commit all the changes before running this:
yarn publish git push origin main