1.0.0 • Published 2 years ago

blaze-test v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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: 1. Install the prerequisites mentioned above. 2. Check out the project from BitBucket 3. Run npm install 4. To run the local server (in dev mode) run npm run serve

npm scripts

  • npm run serve runs a development server on port 8090
  • npm run build-development builds development-build(includes source map) in `./dist/
  • npm run build-production builds production-build in `./dist/
  • npm run build-development-test builds development-build including an html and js file for testing the development build
  • npm run build-production-test builds development-build including an html and js file for testing the production build
  • npm run eslint runs eslint

Deployment

npm run build-production generates a js bundle which can be used across any app for integrating this SDK.