How-To Guides
๐ Accessing the Frontendโ
You can access the deployed Angular frontend at:
https://faffrontend.pods.icicleai.tapis.io/
๐ Getting Startedโ
Prerequisitesโ
- Node.js (v18 or higher recommended)
- Angular CLI
Install globally with:npm install -g @angular/cli
Installationโ
git clone https://github.com/Data-to-Insight-Center/faf-frontend-ICICLE.git
cd faf-frontend-ICICLE
npm install
Development serverโ
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Further helpโ
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.