Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kmturley/node-typescript-eslint-prettier-vitest
- Owner: kmturley
- License: mit
- Created: 2024-05-13T05:37:03.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-20T23:10:43.000Z (4 months ago)
- Last Synced: 2024-07-21T05:46:22.922Z (4 months ago)
- Topics: eslint, esmodules, nodejs, prettier, typescript, vitest
- Language: JavaScript
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 testCreate a build using:
npm run build
## Contact
For more information please contact kmturley