Angular 2 with TypeScript on top of ASP.NET Core using Visual Studio 2015
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
- Restore npm packages
- Run build gulp task
- Run the project using Visual Studio