Walkthrough: Getting started with JSS for Angular

Version:

This walkthrough describes how to create and run your first JSS Angular application using the JSS CLI.

Before you can create and run an application with JSS for Angular, you must first:

This walkthrough describes how to:

  • Create the application.

  • Run the application.

Create the application

To create an application with JSS for Angular:

  • Run the following command:

    jss create <app-name> angular [--fetchWith <GraphQL || REST>]

Run the application

To start the application, run one of the following scripts in a terminal, depending on your chosen development workflow:

Note

You can find script definitions in the package.json file of your new JSS application.

  • If you do not have a Sitecore instance available, start the application in disconnected mode:

    jss start
  • If you have a Sitecore instance and want to develop against it, connect and deploy your JSS application to Sitecore and start the application in connected mode:

    jss start:connected
If you have suggestions for improving this article, let us know!