Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 518 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 518 Bytes

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