Sitecore SPEAK3 starter template
February 3, 2020 · View on GitHub
This repository contains Speak 3 starter template.
This project was generated with Angular CLI version 1.2.7.
Development server
Run npm run start for a disconnected mode. Navigate to http://localhost:4123/. The app will automatically reload if you change any of the source files.
Code scaffolding
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
Setup
- Set the variables in
init.ps1(see below). - Run
init.ps1script - Run
npm installcommand - Run application in disconnected mode, run
npm run startcommand - Run
npm run deploycommand
npm run deploy command will build the application, copy files into your Sitecore instance and open the application in sitecore
- Files will be copied to {instanceWebroot}\sitecore\shell\client\applications\{applicationName} folder
- Browser will be opened on {instanceHost}\sitecore\shell\client\{application} url
- You can add the following shortcut to your launchpad : {instanceHost}\sitecore\shell\client\{application} url
Variables
| Variable | Purpose |
|---|---|
| $applicationName | This will be your application name |
| $applicationTitle | Application name which appears in the browser's title |
| $instanceWebRoot | Webroot of your Sitecore instance |
| $instanceHost | Url of your Sitecore instance |