Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 543 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 543 Bytes

Express app

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

Get started

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