Skip to content

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

Notifications You must be signed in to change notification settings

prt-prt/WebAccessibility_BA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published