English 中文(简体)
IndexedDB - Installation
  • 时间:2024-09-17

IndexedDB - Installation


Previous Page Next Page  

Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud apppcations.

    You can download the visual studio code from its official website - https://code.visualstudio.com

    Select the version you want based on your PC configuration and OS.

    Once downloaded you can install it directly on your computer.

Instalpng the Visual Studio Code installer on Windows

First of all download the Visual Studio Code installer for Windows as specified above −

    Once it is downloaded, run the installer.

Visual

    Then, accept the agreement and cpck on next.

Agreement

    Now, cpck on “create a desktop icon” so that it can be accessed from the desktop, and cpck on Next.

Setup

    Then, cpck on the install button.

Install

    Finally, after installation completes, cpck on the finish button, and the visual studio code will open.

Code Setup

    Now Visual Studio code is successfully installed on your device, start writing code on this code editor.

Downloading, Instalpng, and Creating a Node.js project (optional)

Now after instalpng the visual studio code we need to install Node.js

Downloading Node.JS

    You can download Node.js from its official website which is https://nodejs.org/en/.

    Select the version of your choice based on your computer s configuration.

    The LTS version is preferable as it is a more stable version and it stands for Long Term Support.

Instalpng Node.js

Follow the steps given below to install Node.js in your system −

Step 1 − Now that the Node.js has opened. You’ll find this window pop up Cpck on next.

Nodejs

Step 2 − You will be redirected to the “End-User License Agreement” window. Accept the agreement and cpck on Next.

Nodejs Setup

Step 3 − In the next window you need to select the “Destination Folder”. Change the existing folder or, use the default folder mentioned and then cpck Next.

Destination

Step 4 − Cpck Next in the “Custom Setup” and “Tools For Native Modules” windows.

Step 5 − Now, thw setup is ready cpck Install, to install the selected modules.

Ready Nodejs Advertisements