http://ng2a-hneu-web-ui.azurewebsites.net/
- you can login with one of two:
- login: guestone@hneu70532.onmicrosoft.com -paswoord: Test1234
- login: guesttwo@hneu70532.onmicrosoft.com -paswoord: Test1234
- wait for you friend to login and start chatting...
it uses:
- asp.net core (net452)
- angular2-webpack-starter
- Azure AD - adal.js
- azure webjobs
- asp.net signalr
- asp.net owin
- asp.net cors
- azure-github-ci-webhook
- azure app-insights (.js client)
- setup your environment. (VS2015 + Visual studio code). Read section environment
- run git clone https://github.com/HNeukermans/Ng2Aa-demo.git
- Open VS 2015 press F5.
verify
- webp-api is running at http://localhost:10772/api/values
- signalr is running at http://localhost:10772/signalr/hubs
- goto sub dir .\src\Ng2a.WebUI\wwwroot and type 'npm install'
- type npm start.
- type code . to open Visual studio code.
My setup:
- npm -v : 3.5.3
- tsc -v : 2.0.0
- node -v : 6.6.0
- VS2015 community edition - update 3 (help>about)
- Visual studio code 1.5.3 (help/about)
- npm install rimraf -g
- startup webapi doesn't work: I had to disable AVG security, to avoid intermittent failures
- signalr: make sure that windows firewall is disabled.
- npm install fails. install rimraf globally