##Context While developing my Azure app on my Arch Linux box, I realized that there is no multi-platform Azure Storage Explorer solution. This project was created to satisfy that need.
As its name suggests, Azure Table Storage Explorer is a web-based Azure table storage explorer.
##Getting Started
The app is broken into two components: server and client. To start the app, run the server:
cd /servernpm installnpm install -g grunt-cligrunt
Run the client:
cd /clientnpm installember serve