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
- Host: GitHub
- URL: https://github.com/partyschaum/typescript-playground
- Owner: Partyschaum
- License: mit
- Created: 2017-04-23T17:50:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-07T08:58:47.000Z (almost 9 years ago)
- Last Synced: 2025-04-01T14:27:47.601Z (over 1 year ago)
- Topics: jest, typescript, yarn
- Language: TypeScript
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```