Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 354 Bytes

File metadata and controls

24 lines (17 loc) · 354 Bytes

frontend-service

Simple service for delivering the frontend to users.

Installing

Clone repository

git clone https://github.com/polyse/frontend-service.git
cd frontend-service

Quick start:

make

Quick start in Docker container:

docker build -t frontend-service .
docker run --rm -p 9900:9900 frontend-service