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

https://github.com/stainless-api/typescript-interview


https://github.com/stainless-api/typescript-interview

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# typescript-interview

A ready-to-go repo for job interviews that has:

- TypeScript
- eslint
- prettier
- jest test runners
- an example source file + test

## Getting started

- Clone this repo to your computer
- Run `yarn install` to fetch dependencies
- Run `yarn test` to start the test runner in watch mode
- This automatically re-runs when any file is changed
- Write your code in `src/index.ts`
- Write your tests in `src/index.test.ts`