Skip to content

bespinian/bespinian-ts-hello-world

Repository files navigation

bespinian hello world app (typescript)

This is a demo application for bespinian trainings etc.

Express app

# install dependencies
npm i

# build app
npm run build

# start locally
npm start

Azure FaaS

# install dependencies
npm i

# build app
npm run build

# start locally
func start

Docker setup

# build image
docker build -t ghcr.io/bespinian/bespinian-ts-hello-world:main .


# run image
docker run -p 3000:3000 ghcr.io/bespinian/bespinian-ts-hello-world:main

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published