Skip to content

NodeJS setup

pmartin7 edited this page Dec 29, 2016 · 6 revisions

Install Node.js and npm

Install Azure command line interface

  • this will allow to manage Azure resources remotely
  • install using MSI on Windows: http://aka.ms/webpi-azure-cli
  • verify that it works: open a command prompt and type in azure --version
  • log in the azure account. Type azure login

Clone this wiki locally