All Projects → kriasoft → ASP.NET-Solution

kriasoft / ASP.NET-Solution

Licence: MIT license
ASP.NET solution / project template for a typical web application, pre-configured with Git, Gulp.js (or Grunt), NuGet and StyleCop development tools. It is well suited for building a single-page web application (SPA).

Programming Languages

CSS
56736 projects
C#
18002 projects
javascript
184084 projects - #8 most used programming language

ASP.NET Solution Template

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).

ASP.NET Solution Template

Download

http://visualstudiogallery.msdn.microsoft.com/359f4304-57d7-4178-9cab-165e2090dce2

Getting Started

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

Directory Layout

ASP.NET Solution Directory Layout

Source Code

https://github.com/KriaSoft/ASP.NET-Solution

Related Articles

Credits

Brought to you by Konstantin Tarkus (@koistya), KriaSoft, HTML5 Boilerplate.

License

This project is licensed under the MIT License. Refer to LICENSE.txt for more information.

Feedback

Have questions or need help? Email me at [email protected] or send a message on Skype: koistya.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].