You will need to have Angular-CLI installed.
To run a demo, clone the repo and yarn start demo project.
git clone https://github.com/rangle/augury-examples.git
cd augury-examplesFirst time you will need to install dependencies by running:
yarn installTo run the demo, type:
yarn startOpen the Chrome browser and in the address-bar, enter: http://localhost:4200/.
The following demo applications should be used while reading the Augury Guide, 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.