Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 811 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 811 Bytes

WebAccessibility_BA

This repository is a dedicated codebase for conducting experiments regarding my bachelor thesis, comparing the web accessibility aspects of UI components in Angular and Web Components

building the project

To test the angular components follow these steps:

  • run cd TestingApp/
  • run npm run build:components or, in case you want to make changes to the components and have them rebuilt as an angular package automatically, run npm run build:components-watch
  • run ng serve. Note: if you have chosen to have the components package rebuilt automatically, you'll need to run this in a separate terminal
  • open 'http://localhost:4200/' in your browser

To test the Web components follow these steps:

  • serve the top-level index.html file using your preferred HTTP server