42473e1a8a
-combine the features of the two previous commits -add prettier and pretty-quick -more routing and logout button
13 lines
391 B
Markdown
13 lines
391 B
Markdown
# 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`
|