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

https://github.com/fed/react-draft

Minimalistic WYSIWYG Editor for React built upon Draft.js
https://github.com/fed/react-draft

Last synced: about 2 months ago
JSON representation

Minimalistic WYSIWYG Editor for React built upon Draft.js

Awesome Lists containing this project

README

        

# react-draft

This is a work in progress :tada:

## Development Tasks

| Command | Description |
|---------|-------------|
| `npm install` | Fetch dependencies and build binaries for any of the modules |
| `npm start` | Fire up Webpack Dev Server, app will go live on `http://localhost:6789` |
| `npm run build` | Build `bundle.js` file |