Create an app in source code
Create an application to develop in source code in ServiceNow Studio.
Before you begin
Create a workspace for your application. For more information, see Create a workspace.
Role required: admin
Procedure
Result
An application with the default application structure is added to the instance and open in your workspace. For information about the application structure, see the Application Structure section of the Building apps in source code in ServiceNow Studio topic.
Access-Control-Allow-Origin
header.What to do next
From your Git provider, create a dedicated Git repository for the application. Initialize a local Git repository for your application and push it to the remote repository. For more information, see Initialize a Git repository.
In ServiceNow Studio, start developing your application in source code with ServiceNow Fluent, writing custom JavaScript modules, or adding third-party libraries.