https://github.com/devmnj/tiptap-editor-react-example
Created with CodeSandbox
https://github.com/devmnj/tiptap-editor-react-example
Last synced: 11 months ago
JSON representation
Created with CodeSandbox
- Host: GitHub
- URL: https://github.com/devmnj/tiptap-editor-react-example
- Owner: devmnj
- Created: 2022-05-28T16:20:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-28T16:20:54.000Z (over 3 years ago)
- Last Synced: 2025-01-16T11:35:04.552Z (about 1 year ago)
- Homepage: https://codesandbox.io/s/github/devmnj/tiptap-editor-react-example
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
React Tiptap Example
This is a Tiptap Editor Example (React)
## 📝 Table of Contents
- [📝 Table of Contents](#-table-of-contents)
- [🅰️ About ](#️-about--)
- [🥍 Live example](#-live-example)
- [🐩 Dependencies ](#-dependencies-)
- [🀄 Getting Started ](#-getting-started-)
- [🍠 Test the application](#-test-the-application)
- [⛏️ Built With ](#️-built-with-)
- [🎉 More guides on React ](#-more-guides-on-react-)
This project illustrate the implementation of Tiptap Editor framework in React application.
## 🥍 Live example
[On CodeSandBox](https://codesandbox.io/s/tiptap-editor-react-example-oyyyp1)
Please go through `package.json` for more detail about dependencies.
- @tiptap/react
Install the dependencies from `package.json`.
```
yarn install
or
npm install
```
### 🍠 Test the application
```bash
npm run start
```
- [React](https://www.recajs.org/) - React
- [Tiptap](https://tiptap.dev/)
- [NodeJs](https://nodejs.org/en/) - Server Environment
[JSU - JavaScript Super User](http://javascriptsu.wordspres.com)