-
Clone the repo
git clone https://github.com/manuelduarte077/express-typescript-api.git cd express-typescript-api
-
Install dependencies.
yarn
-
Build the production server.
yarn build
-
Run the server.
yarn start
docker build -t api-typescript-starter .
yarn test