Skip to content

Files

Latest commit

 

History

History

AspNetCoreAngular2TypeScriptDemo

Post

Angular 2 with TypeScript on top of ASP.NET Core using Visual Studio 2015

Download the sample

git init
git remote add -f origin https://github.com/jaliyaudagedara/Blog-Post-Samples.git
git config core.sparseCheckout true
echo "AspNetCoreAngular2TypeScriptDemo/*" >> .git/info/sparse-checkout
git pull origin master

Steps to run the project

  1. Restore npm packages
  2. Run build gulp task
  3. Run the project using Visual Studio