Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 539 Bytes

README.md

File metadata and controls

30 lines (15 loc) · 539 Bytes

skills

Angular 2, Typescript, Rxjs, ASP.NET Core, Web Api tech demo.

Screenshot

##Getting started:

###Api Project

To run the Api you require the ASP.NET Core sdk, it works on unix/windows/mac

navigate to src/Api

run: dotnet restore; dotnet run --urls=http://localhost:52752/

You can verify api at http://localhost:52752/api/skills

###Web client

navigate to ui

npm install -g angular-cli

npm install

ng serve

You can verify frontend at http://localhost:4200/