Yeoman generator for a new ASP.NET Core 1.0 Web Client project.
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
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 :-)