How to do it...

  1. To install Yeoman, enter the following command:
npm install -g yo
  1. Let's go to the Yeoman generators web page (http://yeoman.io/generators/) to see all the available generators:
  1. Let's install a Yeoman project template by choosing a scaffolding project for ASP.NET Core:
npm install -g generator-aspnet
  1. To install a Yeoman generator, enter the following:
npm install -g generator-[NameOfTheGenerator] 
  1. Launch Yeoman by entering the following:
yo
  1. Choose Install a generator:
  1. When Yeoman offers to find a generator for us, ...

Get ASP.NET Core MVC 2.0 Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.