Skip to content
/ skills Public

angular 2 typescript asp.net core web api tech demo.

Notifications You must be signed in to change notification settings

antur84/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

angular 2 typescript asp.net core web api tech demo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published