Angular application based on Paper Dashboard Angular
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.
-
Clone the repository
-
Install the dependencies using
npm install
Within the project directory, run the following:
-
npm run start
-
The application should be running at http://localhost:4200
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:
-
docker-compose build
-
docker-compose up -d
-
The application should be running at http://localhost