This is an example application using welgo library. It is a simple Node.js application which shows new HN stories using official API.
The single difference is that instead of using traditional server-side templating languages here welgo is used, which provides react-like components.
I used Node v11.6.0. You don't need to use this exact one, any recent version will work as well.
npm start # local development
npm test # run testsTests are written using Weltest library.
You can see tests for:
MIT