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

https://github.com/partyschaum/typescript-playground

A TypeScript Playground with Jest and Yarn
https://github.com/partyschaum/typescript-playground

jest typescript yarn

Last synced: 2 months ago
JSON representation

A TypeScript Playground with Jest and Yarn

Awesome Lists containing this project

README

          

# typescript-playground
A TypeScript Playground with Jest and Yarn

This is my playground to get started with [TypeScript](https://www.typescriptlang.org). This project uses [Jest](https://facebook.github.io/jest/)
for *Painless ~~JavaScript~~ TypeScript Testing* and [Yarn](https://yarnpkg.com/en/docs/install) for contemporary package management.

## Setup

```
$ > git clone git@github.com:Partyschaum/typescript-playground.git

$ > yarn install
```