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.
- Host: GitHub
- URL: https://github.com/hyanmandian/ng-dragons
- Owner: hyanmandian
- Created: 2018-12-08T17:12:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T05:14:04.000Z (over 7 years ago)
- Last Synced: 2025-03-14T12:13:07.910Z (over 1 year ago)
- Topics: angular, auth, demo, material, router, storybook, typescript
- Language: TypeScript
- Homepage: https://ng-dragons.now.sh/
- Size: 349 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).