Skip to content

dashxhq/dashx-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


DashX

Your All-in-One Product Stack


@dashx/node

DashX SDK for Node.js

Install

npm

npm install @dashx/node

yarn

yarn add @dashx/node

Usage

For detailed usage, refer to the documentation.

Contributing

  • Make sure all the dependencies are installed:
yarn install
  • To start dev server with hot reload:
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:
yarn build
  • To publish package, make sure to login on npm cli and commit all the changes before running this:
yarn publish