https://github.com/ISEMS/isems-app
https://github.com/ISEMS/isems-app
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ISEMS/isems-app
- Owner: ISEMS
- Created: 2018-05-04T10:37:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-10T21:04:49.000Z (5 months ago)
- Last Synced: 2024-12-10T22:18:21.471Z (5 months ago)
- Language: JavaScript
- Size: 2.96 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - ISEMS/isems-app - (others)
README
# ISEMS-App [](https://travis-ci.com/ISEMS/isems-app) [](https://codecov.io/gh/ISEMS/isems-app)
This is the frontend for the ISEMS project. It's goal is to provide information about the health of
a solar mesh network in an easily understandable way.Overview | Details | Charts
:-------------------------------------------------------:|:------------------------------------------------------:|:---------------------------------------------------:|
 |  | ## Install
```bash
yarn install
```## Running
You should define the `REACT_APP_API_URL` environment variable to tell the app where the server is.
```bash
env REACT_APP_API_URL=http://localhost:8000 yarn start
```## Test
```bash
yarn test
```