Skip to content

elperlanegra/express-typescript-api

Repository files navigation

express-typescript-api-starter

Build from source

  1. Clone the repo

    git clone https://github.com/manuelduarte077/express-typescript-api.git
    cd express-typescript-api
  2. Install dependencies.

    yarn
  3. Build the production server.

    yarn build
  4. Run the server.

    yarn start

Build Docker image locally

docker build -t api-typescript-starter .

Run tests

yarn test

About

Building REST API with Express, TypeScript and Swagger

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published