Skip to content

oltitov/fastify_template

Repository files navigation

Fastify + TypeScript

Project Starter Template

Kickstart your project with a comprehensive Fastify and TypeScript template. This setup includes:

  • Testing with Tap.js
  • WebSocket Integration example
  • Pre-configured CI/CD

Getting Started

Install dependencies, build, and run in development mode:

npm install
npm run build
npm run start:dev

Run tests

npm run test

Run linter

npm run lint

Format code

npm run format

About

Fastify + TypeScript

Resources

Stars

Watchers

Forks