MatrixSynapse/webclient
Emmanuel ROHEE e565a4bfc4 BF: Prevent controllers from being instantiated twice.
AngularJS will instantiate it when discovering ng-controller in their respective html files
2014-09-02 15:12:51 +02:00
..
components Handle "m.room.create" in order to inform controllers about new rooms 2014-09-02 13:55:23 +02:00
home Handle "m.room.create" in order to inform controllers about new rooms 2014-09-02 13:55:23 +02:00
img
js
login
recents Handle "m.room.create" in order to inform controllers about new rooms 2014-09-02 13:55:23 +02:00
room
settings
user
README
app-controller.js
app-directive.js
app-filter.js
app.css
app.js BF: Prevent controllers from being instantiated twice. 2014-09-02 15:12:51 +02:00
favicon.ico
index.html
mobile.css

README

Basic Usage
-----------

The Synapse web client needs to be hosted by a basic HTTP server.

You can use the Python simple HTTP server::

    $ python -m SimpleHTTPServer

Then, open this URL in a WEB browser::

    http://127.0.0.1:8000/