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

https://github.com/drag13/ts-easy


https://github.com/drag13/ts-easy

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Progressive TypeScript Demo
This repo demonstrates progressively enchanting the code written on pure JS using TS.
The code itself is trivial and serves to demonstrate the approach.

## Install

Please follow the following steps to start:

```cmd
git clone https://github.com/Drag13/ts-easy.git
cd ts-easy
npm ci
```

## Demo

The final result:

![demo](https://raw.githubusercontent.com/Drag13/ts-easy/master/demo.gif)