Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 438 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 438 Bytes

Morgen-Pruefung.de Website

Tech Stack

  • TypeScript
  • Vue.js
  • Vuetify

Build and run

npm install
npm run build
npm run serve

or run in development mode:

npm install
npm run dev

Docker

Build the image:

docker build -t mp-frontend .

Run the container:

docker run -p 4343:80 mp-frontend

Open the website in your browser: http://localhost:4343