/github-demo

This is a super awesome demo of the GitHub integration

teamcollaborationdemo

This project was generated with Indigo.Design App Builder Code Gen.

Development server

Run ig start to build the application, start a web server and open the application in the default browser. Then navigate to http://localhost:4200/. Default serving port can be configured in ignite-ui-cli.json via defaultPort property.

Build

Run ig build to build the application into an output directory.

Running unit tests

Run ig test to execute the unit tests via Karma. Runs all .spec.ts files under ./src folder.

Running end-to-end tests

Run ig test --e2e to execute the end-to-end tests via Protractor. Runs all .e2e-spec.ts files under e2e folder.