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