Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markgoho/edt-wow
https://github.com/markgoho/edt-wow
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/markgoho/edt-wow
- Owner: markgoho
- Created: 2017-09-25T15:29:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-13T01:24:53.000Z (over 5 years ago)
- Last Synced: 2025-01-20T00:40:38.005Z (20 days ago)
- Language: HTML
- Size: 662 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# World of Warcraft Character Lookup
This project was created as part of a code challenged posed by EagleDream Technologies.
## Installation
Download/Fork the repo, install the dependencies and then run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.
## PWA
This is a progressive web application. When running the command `npm run deploy` or `yarn deploy` the service worker file will be generated.
The app is "installable" on Android devices and on any browsers that support service workers all assets will be cached for offline use.