Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

jmrl23/file-service

Repository files navigation

Fastify Application Template

Simple starter template for fastify application.

Installation

yarn # or npm install

Scripts

Script Description
build build project
start start (must build first)
start:dev start on development mode (uses swc)
start:prod start on production mode (set NODE_ENV to production and run start script)
format format codes (prettier)