You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11
Original file line number
Diff line number
Diff line change
@@ -3,3 +3,14 @@ angular-material-inbox
3
3
4
4
Sandbox for playing with the angular material design project. Trying to create a gmail inbox style user interface.
5
5
Corresponding blog post: http://sebastianmetzger.com/looking-at-angularjs-material-design-with-google-polymer-in-mind/
6
+
7
+
# Installation
8
+
You need <ahref="http://bower.io/">bower</a> to resolve the dependencies. In the project folder run:
9
+
10
+
``bower install``
11
+
12
+
If you have pyhton installed, you can start serving the project via:
13
+
14
+
``pyhton -m SimpleHTTPServer``
15
+
16
+
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)
0 commit comments