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

https://github.com/davealdon/trust-my-localhost


https://github.com/davealdon/trust-my-localhost

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Typescript-Testing-Playground

The purpose of this repository is to provide a quick way to spin up a bare-bones Typescript + Jest environment.

Includes a Prettier configuration as well.

### Getting Started

1. Install dependancies: `npm i`
2. Run tests: `npm test`
3. Compile Typescript: `npm run build`