Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

node18-example

A basic zero dependency NodeJS 18 example returning "Hello World!"

Quick Start

Build the container:

 docker build -t nodejs-example .

Then run the container:

docker run -d -p 3000:3000 nodejs-example:latest

Finally, test by running:

curl localhost:3000

You should see Hello World!

About

A basic NodeJS 18 example returning hello-world

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages