https://github.com/rangle/augury-examples
A repo containing the augury example apps.
https://github.com/rangle/augury-examples
Last synced: 10 months ago
JSON representation
A repo containing the augury example apps.
- Host: GitHub
- URL: https://github.com/rangle/augury-examples
- Owner: rangle
- Created: 2016-12-07T15:54:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T12:10:45.000Z (over 3 years ago)
- Last Synced: 2025-03-24T14:13:24.666Z (about 1 year ago)
- Language: TypeScript
- Size: 34 MB
- Stars: 7
- Watchers: 9
- Forks: 10
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Augury Demo application
You will need to have [Angular-CLI](https://github.com/angular/angular-cli) installed.
To run a demo, clone the repo and `yarn start` demo project.
```sh
git clone https://github.com/rangle/augury-examples.git
cd augury-examples
```
First time you will need to install dependencies by running:
```sh
yarn install
```
To run the demo, type:
```sh
yarn start
```
Open the Chrome browser and in the address-bar, enter: `http://localhost:4200/`.
## Demo Applications
The following demo applications should be used while reading the [Augury Guide](/pages/guides/index.html), to follow along. Each demo app isolates an Angular concept to play with.
- dependecy-injection
- forms
- input-output
- modules
- routes
There is also the Kitchen Sink demo app, which is an older app, but can still be used to quickly demo Augury features.