From ddfd90f0e56eed39f959633447ad27c69ad1843d Mon Sep 17 00:00:00 2001 From: fzaninotto Date: Tue, 7 Jan 2025 18:27:24 +0100 Subject: [PATCH] [Doc] Add video to the Getting Started tutorial --- docs/Tutorial.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/Tutorial.md b/docs/Tutorial.md index 0a1ab47d1a4..5c37ba645ee 100644 --- a/docs/Tutorial.md +++ b/docs/Tutorial.md @@ -6,9 +6,15 @@ title: "My First Project Tutorial" # React-Admin Tutorial -In this 30-minute tutorial, you will learn how to create a new admin app based on an existing REST API. +In this 45-minute tutorial, you will learn how to create a web application with react-admin based on an existing REST API. -Here is a preview of the final result: +You can follow along by reading the text, or by watching the video below, made by Brad from Traversy Media, and which covers roughly the same content: + + + +If you prefer text, you're in good hands! We will go from absolute basics to a fully functional admin app. By the end of this tutorial, you will have a good understanding of the features and developer experience react-admin provides. + +The final result is a web application that allows you to list, create, edit, and delete users and posts. Here is a preview of the app: