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

https://github.com/znsio/typescriptlabtemplate

TypeScript and Jest Project Template
https://github.com/znsio/typescriptlabtemplate

Last synced: about 1 year ago
JSON representation

TypeScript and Jest Project Template

Awesome Lists containing this project

README

          

# Pre-Requisites
* node --version >= v16.4.0
* npm --version >= 7.18.1
* VSCode Editor - https://code.visualstudio.com/download

# Setup
* Install yarn globally
```
npm install -g yarn
```
* Open LabTemplate in VSCode Editor
* Run below commands in Terminal
```
yarn install
yarn test
```
* All Tests should pass