Combined frontend project for Motion Bank web services
Clone repo, then run:
git submodule init
git submodule update
npm install
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.
Execute npm start
to start the built-in webserver.
Control server address through HOST
and PORT
env variables.
To remove any prior build artifacts run npm run clean
.
npm run build
In order to customize the build, use these env vars:
API_HOST=http://localhost:3030 STREAMER_HOST=http://localhost:1234 npm run dev # (or npm run build)
For the available variables see quasar.conf.js
.
Start a development server with automatic reload on localhost at port 8080.
npm run dev
Development is tracked in CHANGELOG.md.
The recommended way of deployment are our prebuilt docker images.
- Stable:
motionbank/systems-frontend:release_1_3
- Staging (beta):
motionbank/systems-frontend:staging
- Experimental:
motionbank/systems-frontend:dev
The image is not configurable.
The application listens on port 3030
.
©️ 2019 Mainz University of Applied Sciences (Motion Bank Project) – Released under the MIT license