Examples from [Nirum step-by-step tutorial][1]

August 15, 2018 ยท View on GitHub

This repository contains examples from Step-by-step tutorial of Nirum.

You can run the server or unit tests using the below command:

make run-counter-server
make test-counter-server

Note that there are NIRUM and PYVENV variables and overridable through -e option:

NIRUM=nirum-linux-x86_64 PYVENV=pyvenv-3.5 make -e run-counter-server

Distributed under public domain.