Skip to content

jmrl23/file-service

Repository files navigation

Fastify Application Template

Simple starter template for fastify application.

Installation

yarn # or npm install

Commands

Command Description
yarn run build build
yarn run start start (should run build first)
yarn run start:dev start in development mode (using swc)
yarn run start:prod start in production mode (should run build first)
yarn run format format code (using prettier)
yarn run lint lint code (using eslint)