Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 329 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 329 Bytes

TIB-AV-A Fronten

Installation

Clone the project with all services using

git clone [email protected]:tib-av-a/frontend.git

To install and start the frontend run:

docker-compose -f "docker-compose.yml" up -d --build

You can manually start the frontend with:

npm install
npm run serve