https://github.com/pb82/demo-data-sync-ui
AeroGear Data Sync UI (Demo using react, patternfly and graphql)
https://github.com/pb82/demo-data-sync-ui
Last synced: over 1 year ago
JSON representation
AeroGear Data Sync UI (Demo using react, patternfly and graphql)
- Host: GitHub
- URL: https://github.com/pb82/demo-data-sync-ui
- Owner: pb82
- Created: 2018-06-30T11:37:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-01T21:39:40.000Z (about 8 years ago)
- Last Synced: 2025-01-21T13:08:32.371Z (over 1 year ago)
- Language: JavaScript
- Size: 4.05 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AeroGear Sync UI
The UI for the [AeroGear Data Sync Server](https://github.com/aerogear/data-sync-server). Based on react and patternfly.
## Running
1. `npm install`
1. `npm run server`. This will build the UI and watch for changes.
1. `npm run build`. Builds the UI in production mode. Use this before pushing a new docker image.
## Docker
1. To build the image run `docker build -t aerogear/sync-ui:latest .`
1. To run the image use `docker run --rm --name sync-ui -p 8000:8000 -d aerogear/sync-ui:latest`
1. To stop the container use `docker stop sync-ui`