git clone https://github.com/markus-codewrangler/node_example_app.git
cd node_example_app
npm install
- copy
.env.example
to.env
and setSCRIVITO_TENANT
to your Scrivito tenant ID npm start
This will start the Node Example App.
For running Node Example App against your local Scrivito SDK, see onDevSdk branch.