-
Clone repository
git clone https://github.com/thascius-rumpelschnick/angular-test.git
-
Change to directory
cd angular-test
-
Make shell script executable
sudo chmod +x main.sh
-
Use shell script
./main.sh
-
Choose option 1 to build Docker image
-
Run shell script again (see step 4) and choose option 2 to install dependencies from NPM
-
Run shell script once again (see step 4) and choose option 3 to serve the application
-
Open your browser and go to http://localhost:4200
-
To stop the application open a second terminal, run shell script (see step 4) and choose option 5
The source code can be found here