bptlab / rembrandt-frontend

The front end for the Rembrandt Resource-Management-Platform.

Repository from Github https://github.combptlab/rembrandt-frontendRepository from Github https://github.combptlab/rembrandt-frontend

Rembrandt Frontend

alt text

Frontend service for the Rembrandt Resource-Management-Platform.

Deployment

  1. Please follow the deployment instructions under https://github.com/bptlab/rembrandt.

Development

  1. Make sure you have NodeJS and npm installed.
  2. Clone the repository
git clone https://github.com/bptlab/rembrandt-frontend
cd rembrandt-frontend
  1. Install the dependencies
npm install
  1. Start the app
npm start
  1. Server is running on http://localhost:8080.

Building Docker Images manually

  1. Login to your docker account
docker login
  1. Build the image
docker build -t bptlab/rembrandt-frontend:latest .
  1. Test the image
docker run -p 8080:8080 bptlab/rembrandt-frontend:latest
  1. Push the image
docker push bptlab/rembrandt-frontend:latest

License

Copyright (c) 2018

Licensed under the MIT license.

About

The front end for the Rembrandt Resource-Management-Platform.

License:MIT License


Languages

Language:Vue 79.0%Language:TypeScript 20.1%Language:HTML 0.6%Language:Less 0.2%Language:Dockerfile 0.1%Language:JavaScript 0.1%