Frontend service for the Rembrandt Resource-Management-Platform.
- Please follow the deployment instructions under https://github.com/bptlab/rembrandt.
git clone https://github.com/bptlab/rembrandt-frontend
cd rembrandt-frontend
- Install the dependencies
npm install
- Start the app
npm start
- Server is running on http://localhost:8080.
- Login to your docker account
docker login
- Build the image
docker build -t bptlab/rembrandt-frontend:latest .
- Test the image
docker run -p 8080:8080 bptlab/rembrandt-frontend:latest
- Push the image
docker push bptlab/rembrandt-frontend:latest
Copyright (c) 2018
Licensed under the MIT license.