1.0.0 • Published 8 years ago

strongpoint-spa v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

Prerequisites: Visual Studio 2015 Update3

  1. Install Node from https://nodejs.org/en/download/current/. Check for correct versions node v6.x.x and npm v3.x.x with commandline "node -v" and "npm -v"
  2. Open directory StrongPoint.SinglePageApplication in command line and input "npm install". There should be no errors
  3. Type "npm start"

If you have typescript intellisense issues: 1. Copy typescriptServices.js from \typescipt_fix to C:...\Microsoft Visual Studio 14.0\Common7\IDE\CommonExtensions\Microsoft\TypeScript\

For generating ts model classes from C# models in .tst files. 1. Download and install extension for VS https://visualstudiogallery.msdn.microsoft.com/e1d68248-f30e-4a5d-bf18-31399a0bcfa6 2. On save tst file ts files under it will be regenerated 3. For more information look at https://frhagn.github.io/Typewriter/