Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tommykw/markdown-editor
My site is published at https://tommykw.github.io/markdown-editor/
https://github.com/tommykw/markdown-editor
react typescript
Last synced: 8 days ago
JSON representation
My site is published at https://tommykw.github.io/markdown-editor/
- Host: GitHub
- URL: https://github.com/tommykw/markdown-editor
- Owner: tommykw
- Created: 2020-05-08T23:28:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T17:59:34.000Z (about 2 years ago)
- Last Synced: 2025-01-28T12:52:00.192Z (10 days ago)
- Topics: react, typescript
- Language: TypeScript
- Homepage:
- Size: 1000 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# markdown-editor
A markdown editor implemented with React.js and TypeScript. Also PWA supported.## Demo
Online demo: https://tommykw.github.io/markdown-editor/To build the demo locally run:
```sh
$ npm install
$ npm start
```