Go to file
Dan Funk bd9c3bfeb9
Merge pull request #8 from sartography/tweaks
Tweaks
2021-03-29 15:31:40 -04:00
docker Renames repo to uva-covid19-testing-frontend 2020-09-23 20:12:40 -04:00
e2e Fixes busted E2E tests. 2020-12-16 13:45:07 -05:00
src Merge remote-tracking branch 'origin/master' into tweaks 2021-03-29 15:15:44 -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 cr-connect-angular-base dependency. 2020-12-10 16:43:22 -05: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 Adds rectangular label layouts with support for DataMatrix Rectangular Extension 2D barcodes. 2020-11-09 16:15:30 -05:00
debug.log Adds CODE128 fonts. Uses fonts to render barcodes, rather than SVG lines. 2020-11-30 21:40:22 -05: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 Added Button 2021-02-28 19:41:13 -05:00
package.json Added Button 2021-02-28 19:41:13 -05: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 ng lint fixes 2021-02-15 14:26:23 -05: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.