An open API service indexing awesome lists of open source software.

https://github.com/nullstone-io/node-hello-world

Hello world example launched through Nullstone platform running on nodejs
https://github.com/nullstone-io/node-hello-world

docker nodejs nullstone

Last synced: about 2 months ago
JSON representation

Hello world example launched through Nullstone platform running on nodejs

Awesome Lists containing this project

README

          

# node-hello-world

Hello world example launched through Nullstone platform running on nodejs.

This example adapts the express [Hello world example](https://expressjs.com/en/starter/hello-world.html) to include Nullstone concepts.

## How to run locally

* Requires docker

```shell
$ docker compose up
```