Go to file
Aaron Louie c93ddccafe Removes some unnecessary DevOps settings 2020-09-23 20:25:00 -04:00
docker Renames repo to uva-covid19-testing-frontend 2020-09-23 20:12:40 -04:00
e2e Fixes e2e tests. 2020-09-23 17:40:58 -04:00
src Cleans up button styles. Optimizes keyboard navigation. 2020-09-23 20:09:36 -04:00
.browserslistrc Renders label layout 2020-09-22 22:33:07 -04:00
.editorconfig Sets up basic Angular app 2020-09-22 14:33:50 -04:00
.gitignore Sets up basic Angular app 2020-09-22 14:33:50 -04:00
.sonarcloud.properties Renames repo to uva-covid19-testing-frontend 2020-09-23 20:12:40 -04:00
.travis.yml Removes some unnecessary DevOps settings 2020-09-23 20:25:00 -04:00
Dockerfile Removes some unnecessary DevOps settings 2020-09-23 20:25:00 -04:00
LICENSE Sets up basic Angular app 2020-09-22 14:33:50 -04:00
README.md Renames repo to uva-covid19-testing-frontend 2020-09-23 20:12:40 -04:00
angular.json Renames repo to uva-covid19-testing-frontend 2020-09-23 20:12:40 -04:00
deploy.sh Sets up basic Angular app 2020-09-22 14:33:50 -04:00
karma.conf.js Sets up basic Angular app 2020-09-22 14:33:50 -04:00
karma.globals.js Sets up basic Angular app 2020-09-22 14:33:50 -04:00
nginx.conf Sets up basic Angular app 2020-09-22 14:33:50 -04:00
package-lock.json Updates package hashes. 2020-09-23 20:24:34 -04:00
package.json Renames repo to uva-covid19-testing-frontend 2020-09-23 20:12:40 -04:00
sonar-project.properties Renames repo to uva-covid19-testing-frontend 2020-09-23 20:12:40 -04:00
tsconfig.app.json Sets up basic Angular app 2020-09-22 14:33:50 -04:00
tsconfig.json Renders label layout 2020-09-22 22:33:07 -04:00
tsconfig.spec.json Sets up basic Angular app 2020-09-22 14:33:50 -04:00
tslint.json Renders label layout 2020-09-22 22:33:07 -04:00

README.md

sartography/uva-covid19-testing-frontend

Build Status Coverage

UVA COVID19 Testing Kiosk

This project was generated with Angular CLI version 8.3.15.

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.

Local Development with Sartogprahy Libraries

If you are making changes to the Sartography Libraries dependency, you can replace that line in the package.json file with something akin to this, where you supply the full path to the dist folder, remember to run 'npm build' in that directory for your local changes to take effect, and be sure to change this back to the proper value before committing your code

 "sartography-workflow-lib": "/home/dan/code/workflow/sartography-libraries/dist/sartography-workflow-lib",

Also note that you need to add

            "preserveSymlinks": true

to your angular.json file in build/options.

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.

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.