Skip to content

Example ESM starter project using Node, TypeScript, eslint, prettier and vitest

License

Notifications You must be signed in to change notification settings

kmturley/node-typescript-eslint-prettier-vitest

Repository files navigation

node-typescript-eslint-prettier-vitest

Example ESM starter project using:

  • NodeJS 20.x
  • TypeScript 5.x
  • eslint 8.x
  • prettier 3.x
  • vitest 1.x

Installation

Install dependencies using:

npm install

Usage

Run dev commands using:

npm run lint
npm run format
npm run dev
npm test

Create a build using:

npm run build

Contact

For more information please contact kmturley

About

Example ESM starter project using Node, TypeScript, eslint, prettier and vitest

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published