ncats / pharos_frontend

Web front end for Pharos, a NIH Common Fund/IDG project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pharos front end UI

Pharos

This project was generated with Angular CLI version 8+.

Update environment variables for your instance

Run npm install to get all dependencies

Development server

Run ng serve for a dev server. Navigate to http://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 ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Docker

Run docker build -t pharos . to build image. Run docker run -dp 80:4000 pharos:latest to deploy to Docker

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng 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.

Leave base href as '/' when deploying to AWS

To deploy on gcloud

  • git pull
  • npm install
  • npm run build:ssr
  • gcloud app deploy --version {name it}

protvista-angular

About

Web front end for Pharos, a NIH Common Fund/IDG project

License:MIT License


Languages

Language:TypeScript 79.9%Language:HTML 15.5%Language:SCSS 4.4%Language:JavaScript 0.2%Language:Dockerfile 0.0%Language:CSS 0.0%