feat(app): initial commit!

This commit is contained in:
twerske
2021-04-19 11:31:29 -07:00
commit 499aeaceaf
50 changed files with 17143 additions and 0 deletions

17
README.md Normal file
View File

@@ -0,0 +1,17 @@
# A11y in Angular demo : A Dumpling Shop
Demo for the [Build more accessible Angular apps](codelabs.developers.google.com/angular-a11y) codelab.
## Get set up
Run `npm install` to install the dependencies required to run the server.
Run `ng serve --hmr` to run the server.
Open a browser tab to [http://localhost:4200](). The app will automatically reload if you change any of the source files.
## Disclaimer
This is a demo from [@twerske](https://twitter.com/twerske) and the Angular team, and not an officially supported Google product.