0.2.2 • Published 6 years ago

motionbank-systems-frontend v0.2.2

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

Motion Bank Systems Frontend

Combined frontend project for Motion Bank web services

NPM version Build status Codacy Badge Maintainability Dependency Status

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