https://github.com/artcom/eppsa-ips-evaluation-frontend
https://github.com/artcom/eppsa-ips-evaluation-frontend
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/artcom/eppsa-ips-evaluation-frontend
- Owner: artcom
- License: mit
- Created: 2017-09-28T10:03:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-18T14:49:44.000Z (over 8 years ago)
- Last Synced: 2024-12-27T12:22:33.067Z (over 1 year ago)
- Language: JavaScript
- Size: 596 KB
- Stars: 0
- Watchers: 15
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Indoor positioning systems evaluation frontend
Frontend for setting up and running indoor positioning systems evaluation experiments.
## Usage
- Create a ```.config.json``` file based on the ```.config.example.json``` file
- build:
```bash
npm install
npm run build
```
this will put the build in ```public``` from where the frontend can be served
## Tests
```bash
npm test
```