Skip to content

Docker and Kube-ready Express application in TypeScript.

Notifications You must be signed in to change notification settings

Sandeepyadav93/express-ts

 
 

Repository files navigation

Express-TS Template

Docker and Kube-ready Express application in TypeScript with speedy development.

Developing

First, npm i to install dependencies.

Then, to set up fast reloading:

./dev.sh

Alternatively, run:

npm run ts-watch and npm run dev

in separate terminals.

The project's TypeScript will be compiled incrementally, and static files will be copied into the dist/ folder on change. The app is restarted after any static file change or TypeScript compile.

Building and Running in Docker

See npm run docker-run.

About

Docker and Kube-ready Express application in TypeScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.8%
  • TypeScript 27.0%
  • Pug 8.7%
  • Dockerfile 4.4%
  • Shell 2.3%
  • CSS 1.8%