This is an example web application utilizing angularjs to list and perform actions on Azure Resources.
- 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)