Skip to content

Commit 2f68b5b

Browse files
author
Sebastian Metzger
committed
Added short installation gude
1 parent cd4c3e4 commit 2f68b5b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: README.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,14 @@ angular-material-inbox
33

44
Sandbox for playing with the angular material design project. Trying to create a gmail inbox style user interface.
55
Corresponding blog post: http://sebastianmetzger.com/looking-at-angularjs-material-design-with-google-polymer-in-mind/
6+
7+
# Installation
8+
You need <a href="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

Comments
 (0)