Skip to content

morgen-pruefung/website

Repository files navigation

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