Build an angular project

Catalogues-ui

Application for managing vendors and products.

Deployed links app

Getting Started

This project is developed in Typescript with Angular 8 framework.

Prerequisites

For the execution of the project it is necessary to install the following libraries

Estructure

The project directory structure is described below

.
├── .github/workflows                 # Stores file that triggers Github Action;
├── e2e                               # Tests files;
├── src                               # Stores all components and logic developed. 
...

Installing

To install the libraries, execute the command below inside the main repository directory.

npm install

Run App

ng serve

Automatic Deploy

This project uses Github Action to deploy the application to each new commit main branch. To do this, it uses the following file:

Authors