chat-sdk890
v1.0.0
Published
sdk for chat applications
Readme
Development/Local running
To start developing this SDK, there are some prerequisites:
- node.js
- npm
They all need to be installed globally.
To develop/run, locally execute the following steps:
- Install the prerequisites mentioned above.
- Check out the project from BitBucket
- Run
npm install - To run the local server (in dev mode) run
npm run serve
npm scripts
npm run serveruns a development server on port 8090npm run build-developmentbuilds development-build(includes source map) in `./dist/npm run build-productionbuilds production-build in `./dist/npm run build-development-testbuilds development-build including an html and js file for testing the development buildnpm run build-production-testbuilds development-build including an html and js file for testing the production buildnpm run eslintruns eslint
Deployment
npm run build-production generates a js bundle which can be used across any app for integrating this SDK.
