geersch / typescript-esm-starter

Get started quickly with this ESM-enabled TypeScript starter repository. Configured with Vitest for testing, along with ESLint for code linting and prettier for formatting. ✨

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Get started quickly with this ESM-enabled TypeScript starter repository. Configured with Vitest for testing, along with ESLint for code linting and prettier for formatting.

Installation

$ yarn

Running the app

# development
$ yarn start:dev

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov

Linting

$ yarn lint

Formatting code

$ yarn format

About

Get started quickly with this ESM-enabled TypeScript starter repository. Configured with Vitest for testing, along with ESLint for code linting and prettier for formatting. ✨


Languages

Language:TypeScript 85.3%Language:JavaScript 14.7%