Folien
https://docs.google.com/presentation/d/1KtfXE4scm8MHACZauLTTmCVx0EOUmWDQ_W66TcxiQRU/edit?usp=sharing
Part 1
Part 2
Sorry some parts of the video are missing.
You need to setup your project structure:
- at some place create a project directory e.g. with name “MicroserviceProject”
- within MicroserviceProject create subdirectories “Shop” and “Warehouse”
- Start WebStorm and open Warehouse as project.
- Open a Terminal (Button at the botton left of WebStrom:
- Within the terminal run command:
npm install –g @angular/cli - Within the terminal run command:
ng new WarehouseFrontend
answer the questions:
? Would you like to add Angular routing? Yes
? Which stylesheet format would you like to use? SCSS (Arrow Key Down) - Open the new WarehouseFrontend directory as project in your WebStorm
- Open a Terminal
- Within the terminal run command:
ng serve -o
your browser should open with a default angular page for your web application - Follow the second video