A minimal "hello world" Node.js application that gets a counter from CounterAPI.
- Build the CounterAPI library:
# From the project root
npm run build- Run the example:
node index.jsThis example simply gets the value of the "test" counter from CounterAPI.