Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 692 Bytes

File metadata and controls

16 lines (10 loc) · 692 Bytes

angular-material-inbox

Sandbox for playing with the angular material design project. Trying to create a gmail inbox style user interface. Corresponding blog post: http://sebastianmetzger.com/looking-at-angularjs-material-design-with-google-polymer-in-mind/

Installation

You need bower to resolve the dependencies. In the project folder run:

bower install

If you have pyhton installed, you can start serving the project via:

pyhton -m SimpleHTTPServer

else use any other webserver to start serving the project directory or just open the index.html in your browser (which might result in errors dependendent on the browser)