Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 772 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 772 Bytes

Draftjs Demo

This project is not intended as a complete one-stop solution for your desired web-editor. Instead, it is recommended for you to dive into the core drafjs documention and api and build your uniq web editor. Unlike the last-draftjs project. All major plugins are embeded inside the project which makes your modifications much easier.

Getting Started

Install dependencies

$ yarn install && cd demo && yarn install

Start development

$ yarn dev

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Inspired by Last draftjs and awesome Spectrum project