Publishing Your Aurelia App in Azure If you have an Aurelia app served with .NET Core and want to host it as an Azure Web App, there are several ways to publish it. I am using a PowerShell based approach
Publish Your Aurelia App in Azure

Publishing Your Aurelia App in Azure If you have an Aurelia app served with .NET Core and want to host it as an Azure Web App, there are several ways to publish it. I am using a PowerShell based approach
Browsersync in Aurelia CLI for ASP.NET Core Isn’t Browsersync working out of the box in the your Aurelia CLI project for ASP.NET Core? Modify the browsersync section in the file aurelia_project/tasks/run.ts like follows: If you are serving your ASP.NET Core
Testing an Aurelia SPA Welcome to the seventh episode about writing an Aurelia SPA. This time we write some unit tests for our custom components. We also set up E2E testing, something that most of the other Aurelia skeletons come
Styling an Aurelia SPA with Sass Welcome to the sixth episode about writing an Aurelia SPA. Now we take a look at styling the SPA using Sass. The “Aurelia SPA built with TypeScript and Sass on .NET Core” Series These
Setup and use the router in an Aurelia SPA Welcome to the fifth episode about writing an Aurelia SPA, where we take a look at the Router and implement some Routing in our Aurelia SPA. We’re going to implement a
Creating Custom Elements for Aurelia using TypeScript Welcome to this fourth episode in the blog series about writing an Aurelia SPA, using TypeScript, with a Web API hosted on ASP.NET Core. This post will focus on introducing Custom Elements into
Fetching data from a Web API to our Aurelia SPA Welcome to this third episode in the blog series about writing an Aurelia SPA with a Web API hosted on ASP.NET Core. This post will focus on getting data from
Building a Web API on ASP.NET Core for our Aurelia SPA This post will focus on writing a Web API that will serve our Aurelia SPA with data. The Web API is built on ASP.NET Core and resides in it’s
Building a SPA with Aurelia on ASP.NET Core using TypeScript and Sass Welcome to this blog series that will show you how to write an Aurelia SPA (Single Page Web Application) using TypeScript and Sass. We will also cover serving
Mastering Web API Attribute Routing on ASP.NET Core!