Express TypeScript app template that transpiles really quickly thanks to swc
To create a new project based on this template using degit:
pnpx degit MichalUSER/typescript-swc-express express-app
cd express-appInstall the dependencies
pnpm installthen start dev server
pnpm run devor run tests
pnpm run testNote that we use pnpm - fast and efficient package manager