roisalen / angular-frontend

Frontend written in angular
GNU General Public License v2.0
4 stars 3 forks source link

roisalen: angular-frontend

roisalen is a simple app for managing meetings. This is the frontend.

INSTALLING:

  1. First setup the backend.
  2. Clone this repo.
  3. Set server url, organization name and which css file to use (choose among the ones in css/) in js/speakerApp.js

Developer tips

If you want to set it up locally, use

python -m SimpleHTTPServer

in python < 3 or

python -m http.server

in python >= 3, in the angular-frontend directory to serve the frontend on http://127.0.0.1:8000.