A
A
Alexey Chernyavskiy2017-07-30 17:37:38
Books
Alexey Chernyavskiy, 2017-07-30 17:37:38

Is there a translation of the book Building Web Applications with Visual Studio 2017 Using .NET Core and Modern JavaScript Frameworks?

Is there a translation of the book Building Web Applications with Visual Studio 2017 ... ?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
denismaster, 2017-07-31
@denismaster

npm install -g yo generator-aspnetcore-spa
mkdir <dirname>
cd <dirname>
yo aspnetcore-spa

Or
dotnet new --install Microsoft.AspNetCore.SpaTemplates::*
dotnet new angular

Will create a project skeleton of your choice, with any popular framework.

R
Roman, 2017-07-31
@yarosroman

There are plenty of examples of how to create an ASP .Net Core REST API + Angular 2 web application in both Russian and English. There are ready-made application templates.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question