/blog-express-ts-docker

create an express.js starter app with typescript that is containerized

Primary LanguageTypeScript

blog-express-ts-docker

Inspiration from

Okta

Getting Started (without Docker)

npm i
npm run start

Getting Started (with Docker)

docker-compose build
docker-compose up