Before starting to create a JSS application, we need to understand what is a Sitecore JSS.
What is a JSS
Sitecore JavaScript Services (JSS) is a complete SDK for JavaScript developers that enables you to build full-fledged solutions using Sitecore and modern JavaScript UI libraries and frameworks.
Sitecore JSS support Angular, React and Vue JavaScript framework.
How to create a JSS application?
Firstly, to develop a JSS application, Node needs to be installed into your system.
Install the JSS Command Line Application
- CLI makes it easy to create a new project, scaffold components, deployment of your JSS application, etc.
- To installed CLI globally, run the below command in the command prompt:
npm install -g @sitecore-jss/sitecore-jss-cli
Create a JSS application
To create a JSS application, need to follow the below steps:
Run JSS Application
To start the application in disconnected mode, first run cd jssdemo command to change the directory.
Comments
Post a Comment