- Install node.js
- Run
npm install bower -g Runnpm install tsd -g- Run
npm install grunt -g - Run
npm install grunt-cli -g - From the root repository folder go to
BusinessEnvironmentSnapshots/BusinessEnvironmentSnapshots.UI - Run
npm install - Run
bower install Runtsd reinstall --save- Build and run the project in Visual Studio
The client code written in TypeScript 1.6 which is yet to be released.
You need to:
- Make sure you have TypeScript 1.5.3 installed: https://visualstudiogallery.msdn.microsoft.com/b1fff87e-d68b-4266-8bba-46fad76bbf22
- Then
- either
- Clone typscript repository from https://github.com/Microsoft/TypeScript.git
- Follow the instructions from https://github.com/Microsoft/TypeScript on how to build a local version (jake local)
- Make sure you have
tsc.jsandtypescriptServices.jsin thebuilt/localfolder of the repository
- or
- Get compiled JavaScript files from typescript folder
- Extract
tsc.jsandtypescriptServices.jsfrom the downloaded zip file
- either
- Make a backup copy of
C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.5\tsc.js - Copy
tsc.jstoC:\Program Files (x86)\Microsoft SDKs\TypeScript\1.5\ - Make a backup copy of
C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\CommonExtensions\Microsoft\TypeScript\typescriptServices.js - Copy
typescriptServices.jsfrom the repository folder toC:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\CommonExtensions\Microsoft\TypeScript\
- Download database from https://wbg.box.com/s/ku7ulophk7ww4nsitnox1ca3ue340qsk
- Unzip and put the file to BusinessEnvironmentSnapshots/BusinessEnvironmentSnapshots.Service/App_Data
- Run the project in Visual Studio