Skip to content

jpoon/StorageExplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

120 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microsoft Azure Table Storage Explorer

Dependency Status devDependency Status

##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 /server
  • npm install
  • npm install -g grunt-cli
  • grunt

Run the client:

  • cd /client
  • npm install
  • ember serve

About

Microsoft Azure Table Storage Explorer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors