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
- Host: GitHub
- URL: https://github.com/nullstone-io/node-hello-world
- Owner: nullstone-io
- License: mit
- Created: 2021-05-03T13:44:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-21T23:02:32.000Z (over 1 year ago)
- Last Synced: 2025-07-29T04:09:20.530Z (10 months ago)
- Topics: docker, nodejs, nullstone
- Language: CSS
- Homepage:
- Size: 438 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```