Deploying Ionic to Azure

Posted on October 10, 2017 in DevOps • Tagged with #npm, #git, #ionic, #ngx, #azure, #pwa

This blog is part of a series.

  1. Deploying Ionic to Azure
  2. Deploying Express REST API to Azure

The blog is based on @sethreidnz's article Deploying an Angular CLI project using VSTS Build and Release.
This blog deploys a Ionic 3 / Angular 4 app to Azure.

The final workflow

After …


Continue reading

Ngx: Template for Visual Studio 2017

Posted on September 24, 2017 in Develop • Tagged with #npm, #ngx, #typescript, #visualstudio, #tfs

At my work all web developers are getting an Angular 4 course. But there are a couple of issues with that.

  • When you work with ngx in Visual Studio code you get a .gitnore file from the Angular CLI to take care of what not to commit to GIT. Since …

Continue reading