To setup the application
- Create folder e.g. "AspNet5Gulp"
- Open console and run commands:
git init
git remote add origin https://github.com/PizzaCodeUA/AspNet5Gulp.git
git pull origin master
Open project solution in Visual Studio 2015 and wait until the magic will happen (npm and nuget folders should be restored).
- Open task runner explorer
- run build gulp command to build scripts
- run watch gulp command to watch changes in JS or HTML template files.