3.3.1 • Published 6 years ago
kambi-offering-api-module v3.3.1
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:watchVS 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.