Skip to content

asyks/ts-node-hello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typescript node hello world

A simple nodejs hello world implementation in typescript

Running

> docker build -t ts-node-hello .
...
> docker run --network="host" ts-node-hello npm start
...

Example with custom port:

> docker run --network="host" ts-node-hello npm start port=3001

Testing

> docker run ts-node-hello test

About

A simple typescript node hello world

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors