Frontend Development

Hint

This page generally describes two ways of achieving the same thing: Using VSCode and using the shell. For general development, we highly recommend using the VSCode integration unless it does not work for you or a shell is required. Simply set the tab to the version you will work with, they a synchronized through the magic of technology.

Getting Started

To get started, please read and follow the instructions of the Development Environment section.

Launching the Frontend

Todo

TODO

Code Testing

Todo

TODO

Building the Static Frontend

Attention

This step can only be performed via shell and is only really useful for deployment. If you simply want to launch the frontend for debugging, have a look at Launching the Frontend.

Launching the Frontend

Open a shell within the frontend directory and run

yarn dev
Code Testing

Open a shell within the frontend directory and run

yarn test
Building the Static Frontend

Open a shell within the frontend directory and either run

yarn build-light

Linting

Note

We don’t currently have any linters

Frequently Asked Questions

No questions yet .