Getting started: Create your first application in the ServiceNow IDE
Get started in the ServiceNow IDE by creating an application that you can develop in source code, pushing it to a remote repository, and cloning it on another instance.
The ServiceNow IDE is an implementation of Visual Studio Code for the Web on the ServiceNow AI Platform. With the ServiceNow IDE, you can get started building applications quickly using familiar tools and industry-standard development practices. For an overview of the ServiceNow IDE user interface, see ServiceNow IDE user interface.
Tutorial overview
In this tutorial, you complete the following tasks to familiarize yourself with developing a new application in source code from the ServiceNow IDE:
- Create an application that supports development in source code.
- Configure basic authentication and connect your application in the ServiceNow IDE to a remote Git repository and then push your application to the repository.
- Create a simple table for a to-do list using ServiceNow Fluent APIs.
- Install a third-party library and use its code in a JavaScript module.
- Clone the application from the remote Git repository onto another instance.
Afterward, you should be ready to take the basic application you create and continue learning to develop it into a more complex application that meets your requirements.
Before you begin
You should have access to the following items to complete this tutorial:
- A non-production instance on the Xanadu release or later with ServiceNow IDE version 2.0.4 or later installed. To complete the last part of the tutorial by cloning the application to another instance, you need access to a second non-production instance. Personal developer instances (PDIs) are supported and can be obtained from developer.servicenow.com. For more information, see Install or update the ServiceNow IDE.
- A user with the admin role on both instances.
- A Git provider such as GitHub, GitLab, Bitbucket, or Azure Repos. This tutorial demonstrates using GitHub.