/dashboard

Angular Web Application of 5G-Mobility

Primary LanguageSCSS

5G Mobility Web Application

Angular application based on Paper Dashboard Angular

Run on your environment

node.js is required to run an Angular application. The installation guide can be found here.

When installing node.js, npm should also be installed on the computer.

Install dependencies

  1. Clone the repository

  2. Install the dependencies using npm install

How to run the Web Application

Within the project directory, run the following:

  1. npm run start

  2. The application should be running at http://localhost:4200

Docker

A Dockerfile file was prepared with the necessary information for the deploy of this Angular application. A Docker Compose file was also prepared to start the application based on the Dockerfile. To do this, perform the following:

  1. docker-compose build

  2. docker-compose up -d

  3. The application should be running at http://localhost