Skip to content

Fastify server leveraging swc-node for transpilation and Jest for testing.

License

Notifications You must be signed in to change notification settings

mattfsourcecode/fastify-swc-typescript-server

Repository files navigation

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

About

Fastify server leveraging swc-node for transpilation and Jest for testing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •