Starter template for nodejs with typescript and eslint 9
- Clone the repository
- Run
pnpm install
to install dependencies - Run
pnpm run dev
to start the development server
- TypeScript
- ESLint9 with TypeScript support
- Winston for logging
- Import sorting and grouping
- Import aliase for
@/
directory which points tosrc/
- This project uses
pnpm
as the package manager - The
dev
script runs the TypeScript compiler in watch mode - The
build
script compiles the TypeScript code to JavaScript - The
lint
script runs ESLint on the TypeScript code - The
lint:fix
script runs ESLint on the TypeScript code and fixes any issues