DanteDeRuwe / bachelor-thesis

LaTeX source code for my bachelor thesis "Enabling the Distributed Development of Blazor-Based Web Applications Using a Microfrontend Architecture". The code for the proof of concept can be found at https://github.com/DanteDeRuwe/bachelor-thesis-code

Home Page:https://thesis.deruwe.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enabling the Distributed Development of Blazor-Based Web Applications Using a Microfrontend Architecture

Bachelor Thesis by Dante De Ruwe

Reading from source

Building the PDF

Prerequisites

The compile script makes use of latexmk and other MikTeX packages.

  • Make sure you have MikTeX installed.
  • If you are having issues with latexmk, read the docs here.
  • On Windows it could be necessary to download Perl, you can find it here

The LaTeX file uses minted for code highlighting.

  • make sure you have Python installed
  • make sure you have Pygments installed:
    pip install Pygments

Compiling the full thesis PDF

cd thesis
bash compile.sh --include-proposal

The output pdf should be in /thesis/build/DeRuwe_Dante_BachelorThesis.pdf.

About

LaTeX source code for my bachelor thesis "Enabling the Distributed Development of Blazor-Based Web Applications Using a Microfrontend Architecture". The code for the proof of concept can be found at https://github.com/DanteDeRuwe/bachelor-thesis-code

https://thesis.deruwe.me


Languages

Language:TeX 99.8%Language:Shell 0.2%