Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

empathyco/platform-whoiam

Repository files navigation

Instructions

About this repository

The app is built with Angular 9. This project was generated with Angular CLI version 9.0.2.

Angular Material is used for the grid and the card component. Font Awesome is used for the icons.

angular-cli-ghpages helps to build and deploy the app from master branch to gh-pages branch in order to deploy the app as GitHub Pages.

Local launch

Run the following commands to launch the app locally:

npm install
ng serve -o

The app will automatically run in this link http:https://localhost:4200/. If you change any of the source files, the app will automatically reload with the changes applied.