- Notifications
You must be signed in to change notification settings - Fork0
Fastify server leveraging swc-node for transpilation and Jest for testing.
License
mattfsourcecode/fastify-swc-typescript-server
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Installs the project dependencies.
pnpm i
Runs the server in development mode, with hot reloading to reflect changes made to the source files and tests.
pnpm dev
Runs the Jest test suite using SWC for fast TypeScript transpilation.
pnpmtest
Transpiles the TypeScript source files to JavaScript using SWC. The output is saved in thedist
directory.
pnpm build
Runs the transpiled JavaScript code from thedist
directory.
pnpm start
@swc-node/jest
@swc-node/register
@swc/cli
@swc/core
@swc/helpers
@types/jest
@types/node
jest
nodemon
ts-node
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
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.