Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 478 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 478 Bytes

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