Quickly bootstrap a modern Node TypeScript project
if you don't have pnpm installed
npm install pnpm -g
install dependencies
pnpm install
convenience scripts
pnpm run build
pnpm run watch:build
pnpm run start
pnpm run watch:start
pnpm run build:start
- fast code compile with esbuild
- strict eslint type checking
- prettier formatting
- sym linked node modules using pnpm
- simple, no abstractions (wysiwyg)
- easy to customize
- simple output