sethdford / angular-material-inbox

Sandbox for playing with the angular material design project. Trying to create a gmail inbox style user interface.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 python 2.x installed, you can start serving the project via:

python -m SimpleHTTPServer

Else if you have python 3.x installed, you can start serving the project via:

python -m http.server

The server will than be reachable by default under localhost:8000

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)

About

Sandbox for playing with the angular material design project. Trying to create a gmail inbox style user interface.

License:MIT License


Languages

Language:JavaScript 51.6%Language:HTML 40.4%Language:CSS 8.0%