0.1.1 • Published 12 months ago

@dashx/react v0.1.1

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
12 months ago

@dashx/react

_DashX SDK for the React

Install

npm

npm install @dashx/react

yarn

yarn add @dashx/react

Usage

For detailed usage, refer to the documentation.

Contributing

  • Make sure all the dependencies are installed:
npm install
  • To start dev server with hot reload:
yarn dev

This 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