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: about 1 year ago
JSON representation
Creating a Markdown Editor with TypeScript
- Host: GitHub
- URL: https://github.com/belchenkov/markdown-editor-typescript
- Owner: Belchenkov
- Created: 2020-04-01T15:07:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-12T13:33:41.000Z (about 6 years ago)
- Last Synced: 2025-01-05T07:24:30.647Z (over 1 year ago)
- Topics: boostrap4, chain-of-responsibility-pattern, css3, html5, typescript, visitor-pattern
- Language: TypeScript
- Homepage: http://ts-markdown-ab.surge.sh
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```