Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 452 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 452 Bytes

Introduction

This is an example web application utilizing angularjs to list and perform actions on Azure Resources.

How To Use

  • Install packages
    • npm install - This will pull in required packages outlined in package.json
  • Start Frontend
    • npm start
  • Start Backend
    • cd backend
    • Create config.json based on config.example.json and fill in information
    • node web.js (If run from localhost it will work without changing port)