
Using React in Visual Studio Code
You can now create a new React application by typing: npx create-react-app my-app. where my-app is the name of the folder for your application. This may take a few minutes to create the …
Java Web Apps with Visual Studio Code
This tutorial shows you how to create a Java web application with Visual Studio Code. You'll learn how to deploy a Java web application to a Linux Tomcat server in Azure App Service. Scenario
Getting Started with C# in VS Code - Visual Studio Code
This getting started guide introduces you to C# and .NET for Visual Studio Code through the following tasks: Installing and setting up your VS Code environment for C#. Writing and …
Node.js tutorial in Visual Studio Code
The Visual Studio Code editor has great support for writing and debugging Node.js applications. This tutorial takes you from Hello World to a full Express web application.
FastAPI Tutorial in Visual Studio Code
In this FastAPI tutorial, we will create a grocery list app using FastAPI. By the end of the tutorial, you will understand how to work with FastAPI in the Visual Studio Code terminal, editor, and …
Django Tutorial in Visual Studio Code
In this Django tutorial, you create a simple Django app with three pages that use a common base template. You create this app in the context of Visual Studio Code in order to understand how …
Getting Started with Python in VS Code - Visual Studio Code
In this tutorial, you will learn how to use Python 3 in Visual Studio Code to create, run, and debug a Python "Roll a dice!" application, work with virtual environments, use packages, and more! …
Getting started with Visual Studio Code
Getting started with Visual Studio Code. In this tutorial, we walk you through setting up Visual Studio Code and give an overview of the basic features.
Deploy a containerized app to Azure - Visual Studio Code
Using Visual Studio Code, build a container image for your application, push the image to a container registry, and deploy to Azure App Service or Azure Container Apps.
Create a project environment for the Flask tutorial - Visual Studio …
In this Flask tutorial, you create a simple Flask app with three pages that use a common base template. Along the way, you experience a number of features of Visual Studio Code including …