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

https://github.com/keredson/tiny-react-rte

A tiny (single file) Rich Text Editor written in React.
https://github.com/keredson/tiny-react-rte

Last synced: about 2 months ago
JSON representation

A tiny (single file) Rich Text Editor written in React.

Awesome Lists containing this project

README

          

Tiny React RTE
==============

A tiny (single file) Rich Text Editor written in React.

How to Demo
-----------

Because of cross-origin javascript rules between `file://` and the regular web, you have to run:

```
python -m SimpleHTTPServer
```

and then go to [http://localhost:8000/example.html](http://localhost:8000/example.html).