Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.
/ IATI-Validator-Web Public archive

IATI Validator Angular Front-end application (Deprecated)

License

Notifications You must be signed in to change notification settings

IATI/IATI-Validator-Web

Repository files navigation

Deploy_To_Azure_Blobs_NG_Dev Deploy_To_Production_Blob_on_Release

IATI-Validator-Web

This repo contains the Angular Front End for the IATI Validator.

Environment variables

The app must be built where env.js has the appropriate environment variables to point to the backend API

Local dev setup

  1. Copy example env.js file cp src/env.dev.js src/env.js
  2. Update to use the necessary variables (localhost if you're running the backend locally as well, or use dev)
  3. Run npm install to install dependencies

Live Deployments

GitHub actions is set up to copy the following before building the Angular application. So make the appropriate changes in those files and deploy to reflect those changes.

Dev

cp src/env.dev.js src/env.js

Prod

cp src/env.prod.js src/env.js

Development server

Run npm start for a dev server. Navigate to https://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run npm run build:dev or ng build to build the project for development. The build artifacts will be stored in the dist/ directory. Use npm run build:prod for a production build.

Running unit tests

Run npm run test to execute the unit tests via Karma.

Running end-to-end tests

Run npm run e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

Closed PRs prior to archiving

We have closed the following PRs as we are going to archive this repo

  1. PR 696
  2. PR 723
  3. PR 705

We have archived this and replaced it with validator-web