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
- Host: GitHub
- URL: https://github.com/fed/react-draft
- Owner: fed
- Created: 2016-11-24T14:56:10.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2016-11-24T15:10:14.000Z (over 8 years ago)
- Last Synced: 2025-01-18T13:33:13.545Z (3 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |