Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1.65 KB

README.md

File metadata and controls

51 lines (39 loc) · 1.65 KB

Runnable examples

Back to overview

All examples in this directory should be runnable from a Node.js environment granted you have a QIX Engine running locally (unless otherwise noted in the example).

All example categories should have a README.md file containing:

  • High-level explanation (if needed)
  • Prerequisites (if more than stated above)
  • Instructions how to run (may be covered in Prerequisites)
  • Link to: [Back to examples](/examples/README.md#runnable-examples)

Before getting started, you should run these commands in a terminal:

$ cd examples
$ npm install

Table of contents


Back to overview