Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 648 Bytes

File metadata and controls

31 lines (19 loc) · 648 Bytes

generator-dgp-web-aspnetcore

Yeoman generator for a new ASP.NET Core 1.0 Web Client project.

Installation

Make sure you have installed a recent version of node.js. You can download it here : https://nodejs.org/en/.

Install Yeoman :

npm install yo -g

The -g flag installs the generator globally so you can run yeoman from anywhere.

Install the generator :

npm install generator-dgp-web-aspnetcore -g

Generate a new ASP.NET Core project

In a command prompt, navigate to the directory where you want to create the new project and type :

yo dgp-web-aspnetcore

Answer the questions :-)