Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 440 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 440 Bytes

UPWARD Examples

Simple examples using UPWARD JS as a server, to run them:

  1. Run yarn to install dependencies.
  2. Open the server.js file and change the upwardPath to point to the YML config you want to test.
  3. Run yarn start to start the node server or yarn start:express to run a standard express server with UPWARD as a middleware.

Enjoy!