Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 484 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 484 Bytes

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