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
- Host: GitHub
- URL: https://github.com/znsio/typescriptlabtemplate
- Owner: znsio
- Created: 2021-07-29T10:23:59.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-29T10:24:26.000Z (almost 5 years ago)
- Last Synced: 2025-01-24T06:09:36.842Z (over 1 year ago)
- Language: TypeScript
- Size: 45.9 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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