Skip to content

claranet-it/fastify-serverless-starter

Repository files navigation

Getting Started with Fastify-CLI

This project was bootstrapped with Fastify-CLI.

Available Scripts

In the project directory, you can run:

pnpm run dev

To start the app in dev mode.
Open http://localhost:3000 to view it in the browser.

pnpm start

For production mode

npm run test

Run the test cases.

npm run lint

Run the linting.

Install Pre-commit hook

pnpm run precommit:init

then copy the content of pre-commit-dist into .husky/pre-commit

Learn More

To learn Fastify, check out the Fastify documentation.