This project is for demonstrating the usage of the npm package text-editor-react. Clone the project and try changing the code in Editor.js component to get familiar with how the package works.
Hosted website: [https://text-editor-react.netlify.app]
text-editor-react npm package: [https://www.npmjs.com/package/text-editor-react]
- Clone the project to your system
- Run
npm i
to install the dependencies - Run
npm start
to run the app in the development mode
You're good to go!