Skip to content

Latest commit

 

History

History
67 lines (44 loc) · 1.63 KB

README.md

File metadata and controls

67 lines (44 loc) · 1.63 KB

Fastify SWC TypeScript Serverless Function Boilerplate

Scripts

Install

Installs the project dependencies.

pnpm i

Dev

Runs the server in development mode, with hot reloading to reflect changes made to the source files and tests.

pnpm dev

Test

Runs the Jest test suite using SWC for fast TypeScript transpilation.

pnpm test

Build

Transpiles the TypeScript source files to JavaScript using SWC. The output is saved in the dist directory.

pnpm build

Start

Runs the transpiled JavaScript code from the dist directory.

pnpm start

Dependencies

Main Dependencies

Development Dependencies

Contributions and Issues

Contributions are welcome! If you have ideas or improvements, please open an issue first for discussion before submitting a pull request.
You can report issues or start discussions here: Open an issue