A solution template for a typical ASP.NET web application, pre-configured with Git, Gulp.js (or Grunt), NuGet and StyleCope development tools. It is well suited for building a single-page web application (SPA).
http://visualstudiogallery.msdn.microsoft.com/359f4304-57d7-4178-9cab-165e2090dce2
After you create a new project, open Node.js Command Window, navigate to your project's folder, and run:
node install -g gulp # Install Gulp.js globally, if you don't have it installed already
node install # Install Node.js dev tools listed in the package.json file
gulpfile.js
contains default settings for LESS and JavaScript build automation, in order to start a new build
and watch for modifications in *.js and *.less files, run:
gulp # Fires up Gulp.js task runner with default settings
For more information, please visit: https://github.com/KriaSoft/ASP.NET-Solution/wiki
https://github.com/KriaSoft/ASP.NET-Solution
- Grunt your ASP.NET builds by Simon Timms
- Can I benefit from Grunt for my Visual Studio based development by Jonas Eriksson
- How to setup NuGet package restore on a build server NuGet Docs
Brought to you by Konstantin Tarkus (@koistya), KriaSoft, HTML5 Boilerplate.
This project is licensed under the MIT License. Refer to LICENSE.txt for more information.
Have questions or need help? Email me at hello@tarkus.me or send a message on Skype: koistya.