To setup the application
- Create folder e.g. "AspNet5Gulp"
- Open console and run commands:
git initgit remote add origin https://github.com/PizzaCodeUA/AspNet5Gulp.gitgit 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.