Skip to content

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. ✨

geersch/typescript-esm-starter

Repository files navigation

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. ✨

Topics

Resources

Stars

Watchers

Forks