Install mustache and nlohmann_json (it also may require boost or other libraries)
$ mkdir build
$ cd build
$ cmake ..
$ make
$ make install
find_package(akrava_web-server)
find_package(mstch)
find_package(nlohmann_json)
target_link_libraries(${PROJECT_NAME} akrava::akrava_web-server nlohmann_json::nlohmann_json mstch::mstch)
See here
Deployed demo-site could be found here
see documentation: online | pdf
see here