Starter template for nodejs with typescript and eslint 9
- Clone the repository
- Run
pnpm installto install dependencies - Run
pnpm run devto 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
pnpmas the package manager - The
devscript runs the TypeScript compiler in watch mode - The
buildscript compiles the TypeScript code to JavaScript - The
lintscript runs ESLint on the TypeScript code - The
lint:fixscript runs ESLint on the TypeScript code and fixes any issues