OpenSlides/client
Sean Engelhardt 986e5f03b5 Add Material "Snackbar", restructure projector
- Since MaterialUI does not have an equivalent to bootstrap alterts,
the toast service and alert service are marked as deprecated for now.
The functionality has been replaced with the snackbar.
2018-08-15 10:19:46 +02:00
..
e2e cleanup and refractor code 2018-08-15 10:19:46 +02:00
src Add Material "Snackbar", restructure projector 2018-08-15 10:19:46 +02:00
.editorconfig cleanup and refractor code 2018-08-15 10:19:46 +02:00
.prettierrc cleanup and refractor code 2018-08-15 10:19:46 +02:00
README.md cleanup and refractor code 2018-08-15 10:19:46 +02:00
angular.json cleanup and refractor code 2018-08-15 10:19:46 +02:00
package-lock.json Add basic material ui components 2018-08-15 10:19:46 +02:00
package.json Add basic material ui components 2018-08-15 10:19:46 +02:00
proxy.conf.json Structural changes: 2018-08-15 10:19:45 +02:00
tsconfig.json cleanup and refractor code 2018-08-15 10:19:46 +02:00
tslint.json cleanup and refractor code 2018-08-15 10:19:46 +02:00
yarn.lock cleanup and refractor code 2018-08-15 10:19:46 +02:00

README.md

OpenSlides 3 Client

Prototype application for OpenSlides 3.0 (Client)

Development server

Run npm start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

A running OpenSlides (2.2) instance is expected on port 8000.

Start OpenSlides as usual using python manage.py start --no-browser --host 0.0.0.0