vso-extension-samples
Version:
Visual Studio Online Extension Samples
5 lines (3 loc) • 484 B
Markdown
ms.ContentId: a46977b3-d57d-48f9-b7e1-731904c8bd22
# Fabrikam sample app
This is a clone of the "Build" sample app, written in TypeScript. App must be built prior to installation. To build, run `build.cmd` from a command prompt. You must have the TypeScript compiler installed at %APPDATA%\npm\tsc.cmd. If not, you can install it by running `npm install -g typescript`. If you don't have npm installed, it comes packaged with Node.js, which can be found [here](https://nodejs.org/).