Skip to content

ngjoy/office-addin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular Template For Office Add-in

Angular template for Office Add-in using Angular, Ngxs, Material and Office.js.

Getting Started

Add-Ins must use a secure connection (HTTPS) in order to be able to render properlly and within a Task-Pane office extension. For this reason, a valid security certificate must be introduced for development experience.

Install chocolatey package manager for windows, If not previously installed

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))

Install mkcert

choco install mkcert

Introduce local certificate with mkcert (Install Certificate in Machine)

mkcert -install

Navigate to the Angular Project Folder and generate a certificate for the local domain

mkcert localhost

Run The Project

npm run start