Skip to content

Getting Started

Henning Buhl edited this page Mar 8, 2021 · 3 revisions

Getting Started

You need to install a few things in order to be able to develop on the frontend.

Installing Node.js

First, you will have to install Node.js

Install angular cli and dependencies

Now that you habe Node.js installed, it is possible to install angular. Execute the following command to install angular and all project denpendencies.

npm i

Angular CLI

Now you can start developing with Angular CLI

Clone this wiki locally