Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Mitya88/SitecoreSpeak3StarterProject
https://github.com/Mitya88/SitecoreSpeak3StarterProject
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Mitya88/SitecoreSpeak3StarterProject
- Owner: Mitya88
- Created: 2018-12-19T16:03:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T04:23:24.000Z (almost 2 years ago)
- Last Synced: 2024-01-24T04:13:09.236Z (10 months ago)
- Language: TypeScript
- Size: 130 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-Sitecore - Speak 3 starter template - Speak 3 starter template generated with Angular CLI version 1.2.7. (SPEAK)
README
# Sitecore SPEAK3 starter template
This repository contains Speak 3 starter template.
This project was generated with [Angular CLI](https://github.com/angular/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
1. Set the variables in `init.ps1` (see below).
3. Run `init.ps1` script
4. Run `npm install` command
5. Run application in disconnected mode, run `npm run start` command
6. Run `npm run deploy` command`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|