express-typescript
Building REST API with Express, TypeScript and Swagger
Forked fromBased on Building REST API with Express, TypeScript and Swagger
Build from source
-
Clone the repo
git clone git@github.com:rsbh/express-typescript.git cd express-typescript
-
Install dependencies.
npm install
-
Build the production server.
npm build
-
Run the server.
npm start
Build Docker image locally
docker build -t express-typescript .
Run tests
npm test