mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-13 03:24:26 +00:00
Merge branch 'main' into rename-topt
This commit is contained in:
commit
a0204ade4a
@ -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.
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user