Aurelia NetCore Startup

6 Oct 2017

Getting started with .Net Core and Aurelia

Create an empty .Net Core 1.1 Project. The project will look like below:

At this moment project structure will look like below in File Explorer.

Make sure nodejs, Aurelia Cli is installed on your system with below commands.

Make sure typescript compiler option is set like below for Visual Studio

Install Aurelia with boilerplate code using below steps

Open project folder location in cmd and run below command.

It will prompt you with some questions like below; choose as per your development requirement:

Tags: