Simple examples using UPWARD JS as a server, to run them:
- Run
yarn
to install dependencies. - Open the
server.js
file and change theupwardPath
to point to the YML config you want to test. - Run
yarn start
to start the node server oryarn start:express
to run a standard express server with UPWARD as a middleware.
Enjoy!