2.0.0 • Published 6 years ago

kambi-widget-offering-module v2.0.0

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

Kambi Offering Module

The offering module is used as an interface for widgets and applications using the Kambi Offering API.

Development

# Install dependencies
npm install

# Start webpack
npm start

# Run tests
npm run test
# in watch mode
npm run test --watch

# Start flow
npm run flow
# in watch mode
npm run flow:watch

VS Code

Running the tests in the vscode debugger is setup based on the /.vscode/launch.json file. To run all tests press F5 and you will be able to put breakpoints in your code.