tetchel / express-ts

Docker and Kube-ready Express application in TypeScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:JavaScript 55.7%Language:TypeScript 27.0%Language:Pug 8.7%Language:Dockerfile 4.4%Language:Shell 2.3%Language:CSS 1.8%