Install VS Code
Intall node.js
npm install -g [email protected]
Install ServiceNow cli - https://github.com/ServiceNow/service...
Check for versions
node -v
npm -v
snc --help
Create a folder
Open folder in VS Code
snc configure profile set
snc extension add --name ui-component
snc ui-component project --name @myorg/movie-quotes --description 'A web component that prints movie quotes.'
npm install @servicenow/ui-effect-http -E
snc ui-component develop
snc ui-component deploy