From 546ef1afd9b6f51bfe3d7959c6ae61df40ae3f66 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Mon, 25 Oct 2021 14:24:02 +0200 Subject: [PATCH] docs: update React installation guide --- docs/installation/react.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/installation/react.md b/docs/installation/react.md index 60fd9c20..3f16a940 100644 --- a/docs/installation/react.md +++ b/docs/installation/react.md @@ -22,6 +22,9 @@ yarn create react-app my-tiptap-project --template tiptap ``` ### Step by step +All steps are listed below, but if you prefer to watch a video we’ve got something for you, too: + +https://tiptap.dev/watch/install-tiptap-with-create-react-app #### 1. Create a project (optional) Let’s start with a fresh React project called `my-tiptap-project`. [Create React App](https://reactjs.org/docs/getting-started.html) will set up everything we need.