Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kmturley/node-typescript-eslint-prettier-vitest

Example ESM starter project using Node, TypeScript, eslint, prettier and vitest
https://github.com/kmturley/node-typescript-eslint-prettier-vitest

eslint esmodules nodejs prettier typescript vitest

Last synced: 1 day ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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