Publish Aurelia project with visual studio 2017

As I am new to Aurelia, Can any one please sent me the steps to deploy Aurelia application to IIS using Visual Studio 2017.
I am using web api, which is build on dotnet 4.7.1 framework for server side and aurelia framework for client side.
I want to publish aurelia project to IIS with web deploy package…

1 Like

IMO, no Special steps are required. The aurelia build output is static files. Just follow ASP.net deployment steps and include the static files

1 Like

This may be of use:

And this:
From an empty folder to docker in 5 minutes in Visual Studio.

I hope this helps.

1 Like