Skip to content

StanleySathler/fastify-typescript-starter

Repository files navigation

fastify-typescript-starter

Features

  • Continuous Integration
    • Run tests on every PR or every merge to main
  • Integration tests
    • Tests testing from request to response, without mocks, with maximum confidence

Development

Pre-requisites

npm ci

Available commands:

npm run start:local # Start the server locally
npm run test:unit # Run tests
npm run test:unit:watch # Run tests in watch mode