Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 423 Bytes

File metadata and controls

15 lines (12 loc) · 423 Bytes

VSTS Addin for Outlook

Installation

  • npm install
  • tsd install

Running the Dev Server

After setting up the project, type npm start to start the Express dev server.

Compiling for production

To compile the Javascript bundle for production, use npm run build.