Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 753 Bytes

README.md

File metadata and controls

35 lines (18 loc) · 753 Bytes

Bundesländer

Instructions

  1. Clone repository

     git clone https://github.com/thascius-rumpelschnick/angular-test.git
    
  2. Change to directory

     cd angular-test
    
  3. Make shell script executable

     sudo chmod +x main.sh
    
  4. Use shell script

     ./main.sh
    
  5. Choose option 1 to build Docker image

  6. Run shell script again (see step 4) and choose option 2 to install dependencies from NPM

  7. Run shell script once again (see step 4) and choose option 3 to serve the application

  8. Open your browser and go to http://localhost:4200

  9. To stop the application open a second terminal, run shell script (see step 4) and choose option 5


Source Code

The source code can be found here