docs:Update quickstart.mdx (#6071)

Update quickstart.mdx
This commit is contained in:
Dakshitha Ratnayake 2023-06-22 19:35:47 +05:30 committed by GitHub
parent df87907299
commit 70f03ad01a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -276,20 +276,10 @@ And with that, configuring ZITADEL for our application is complete. Now we can m
### 2. Prerequisites
To follow along with this tutorial, you will need to have both React and Visual Studio Code (VSCode) installed on your machine.
<b> React </b>
To follow along with this tutorial, you will need to have both Node.js and Visual Studio Code (VSCode) installed on your machine.
To install React, you will need to have Node.js installed on your system. You can download and install Node.js from [here](https://nodejs.org/).
Once you have Node.js installed, you can use the following command to install React:
``` npm install -g react ```
This will install the latest version of React globally on your system.
<b> Visual Studio Code </b>
To install Visual Studio Code, go to their [website](https://code.visualstudio.com/) and download and install the version for your operating system.