Point your webserver config to the ``dist/spa-mat`` directory. Configure your webserver to serve ``index.html`` with a 200 status code instead of a 404 error page.
Point your webserver config to the ``dist/spa-mat``
directory. Configure your webserver to serve
``index.html`` with a 200 status code instead of a
404 error page.
### Standalone server
Execute ``npm start`` to start the built-in webserver. Control server address through ``HOST`` and ``PORT`` env variables.
Execute ``npm start`` to start the built-in webserver.
Control server address through ``HOST`` and ``PORT``
env variables.
## Build
...
...
@@ -47,7 +52,8 @@ For the available variables see `quasar.conf.js`.
## Development
Start a development server with automatic reload on localhost at port 8080.
Start a development server with automatic reload on
localhost at port 8080.
```shell
npm run dev
...
...
@@ -55,13 +61,27 @@ npm run dev
### Changelog
Development is tracked in [CHANGELOG.md](https://gitlab.rlp.net/motionbank/systems-frontend/blob/master/CHANGELOG.md).
[](https://microbadger.com/images/motionbank/systems-frontend "Get your own image badge on microbadger.com")
The recommended way of deployment are our prebuilt
docker images.
The docker image can be pulled from `motionbank/systems-frontend:latest`