top of page
div.main-title-section-bg (1).png

Blog Detail

Home / About

Crafting Success: Sitecore JSS App Creation Strategies Revealed

Create Your JSS App





Sitecore installation in Headless package


The method of installing Sitecore Headless Services depends on your deployment architecture.

You can install Sitecore Headless Services:

  1. You have download the link -- https://dev.sitecore.net/Downloads/Sitecore_Headless_Rendering.aspx

  2. Log in to your Sitecore instance.

  3. Open the Desktop. On the Sitecore menu (lower left), click Development Tools, then Installation Wizard.

  4. Follow the wizard to install the Sitecore Headless Services zip package.





Application Setup


STEP-1 : Install and Run the JSS CLI

  • Open Powershell Window

  • Create a directory for install CLI and Run this command

  • I have created Jsapp folder in my local

Run Command - npm install -g @sitecore-jss/sitecore-jss-cli



STEP-2 : Identify Framework


  • We are ready to create a app

  • Now I prefer React, but you can use Angular or Vue or Nextjs as your framework of choice.

  • Create Your app  Run Command - npm init sitecore-jss react






STEP-3 : Disconnected mode app


  • Change to your app's directory. For example : cd sample-jss

  • Type the command to start the app in disconnected mode. Run Command : jss start







  • This is called Disconnected Mode.






K.Rajavalli

Fullstack Developer

🎶🚴‍♂️🌈

I'm Rajavalli, a full-stack developer specializing in React and Sitecore. Passionate about crafting exceptional solutions, I focus on client success by continuously learning and staying ahead of the curve. Let's collaborate and create something extraordinary together!


Connect With Me                               https://www.linkedin.com/in/rajavalli-karuputha-pandian-487677220/


bottom of page