blue
View on GitHub

Getting Started

Prerequisites

Installation

 git clone https://github.com/imohanvadivel/desk-ext-template.git
 cd desk-ext-template
 npm i

Testing

 # Starts the server on port 5000
 npm run dev

Note:

The first time you run the server, you may need to grant sudo permissions to generate a TSL certificate, as the development server runs over HTTPS protocol.

Bundling

 # Bundles the project and generates a zip file in the dist folder
 npm run build

Miscellaneous

 <img src="assets/img.png" />

Additional Resources