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-app
Install the dependencies
pnpm install
then start dev server
pnpm run dev
or run tests
pnpm run test
Note that we use pnpm - fast and efficient package manager