Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/belchenkov/markdown-editor-typescript

Creating a Markdown Editor with TypeScript
https://github.com/belchenkov/markdown-editor-typescript

boostrap4 chain-of-responsibility-pattern css3 html5 typescript visitor-pattern

Last synced: 13 days ago
JSON representation

Creating a Markdown Editor with TypeScript

Awesome Lists containing this project

README

        

# Markdown Editor TS

> Creating a Markdown Editor with TypeScript

Demo: ts-markdown-ab.surge.sh

### Usage:
```
git clone
```

cd project:
```
tsc --target ES5 --experimentalDecorators
```

```
open index.html
```