Demo for .Net Conf 2017 Tokyo, Japan.
This demo is an Angular CLI integration with ASP.NET Core 2.0 project.
https://csugjp.connpass.com/event/66004/
http://slides.com/tkiryu/aspnetcore-angularcli
- Visual Studio 2017 version 15.3+ or Visual Studio Code
- ASP.NET Core 2.0
- Node.js 6.9+
- npm 5+
- Angular CLI 1.4.0+
- Clone or download this repository.
- Install Whack Whack Terminal.
- Install NPM Task Runner.
- Open the solution.
- Open the Whack Whack Terminal and type the following commands.
cd Server
dotnet restore
dotnet watch run
- Open the Task Runner Explorer.
- Double-click the
install
task - Double-click the
start
task.
- Clone or download this repository.
- Open the folder.
- Open a terminal and type the following commands.
cd Server
dotnet restore
dotnet watch run
- Open another terminal and type the following commands.
cd client
npm install
npm start