An open API service indexing awesome lists of open source software.

https://github.com/hyanmandian/ng-dragons

Simple Angular application made with Angular CLI consuming Dragons API.
https://github.com/hyanmandian/ng-dragons

angular auth demo material router storybook typescript

Last synced: about 2 months ago
JSON representation

Simple Angular application made with Angular CLI consuming Dragons API.

Awesome Lists containing this project

README

          

# NgDragons

Simple Angular application made with [Angular CLI](https://github.com/angular/angular-cli) consuming [Dragons API](https://dragons-api.herokuapp.com/).

You can check this application running [here](http://ng-dragons.now.sh).

Username: demo

Password: demo

## Storybook

Run `yarn storybook` to open components documentation. Navigate to `http://localhost:9009/`. The app will automatically reload if you change any of the source files.

## Development server

Run `yarn start` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.

## Build

Run `yarn build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.

## Running unit tests

Run `yarn test` to execute the unit tests via [Karma](https://karma-runner.github.io).

## Running end-to-end tests

Run `yarn e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).