motionbank-systems-frontend
v0.2.2
Published
Combined frontend project for Motion Bank web services
Downloads
3
Readme
Motion Bank Systems Frontend
Combined frontend project for Motion Bank web services
Install
npm install
Run
Just execute npm start
to serve the static files. Control server address through HOST
and PORT
env variables.
Customise
Do not edit the apiConf
in package.json
, it is auto-generated and will be overwritten
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)
Build
npm run build
Development
npm run dev
License
:copyright: 2018 Mainz University of Applied Sciences (Motion Bank Project) – Released under the MIT license