f724236d76 | ||
---|---|---|
docker | ||
e2e | ||
src | ||
.browserslistrc | ||
.editorconfig | ||
.gitignore | ||
.sonarcloud.properties | ||
.travis.yml | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
angular.json | ||
debug.log | ||
deploy.sh | ||
karma.conf.js | ||
karma.globals.js | ||
nginx.conf | ||
package-lock.json | ||
package.json | ||
sonar-project.properties | ||
tsconfig.app.json | ||
tsconfig.json | ||
tsconfig.spec.json | ||
tslint.json |
README.md
sartography/uva-covid19-testing-frontend
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.