Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pengfluf/ng-weather
:partly_sunny: Angular 5 Weather Application (currently in development) :construction:
https://github.com/pengfluf/ng-weather
Last synced: about 6 hours ago
JSON representation
:partly_sunny: Angular 5 Weather Application (currently in development) :construction:
- Host: GitHub
- URL: https://github.com/pengfluf/ng-weather
- Owner: pengfluf
- Created: 2018-01-26T00:57:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-25T13:15:54.000Z (over 6 years ago)
- Last Synced: 2024-04-23T02:19:28.333Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 266 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NGWeather
## Specifics:
* Currently in Development Stage
* Angular CLI 1.6.5
* Angular 5.2.1``` bash
# Development Server at localhost:4200
ng serve
`````` bash
# Build (-prod flag is optional)
ng build -prod
`````` bash
# Code Scaffolding
ng generate component|directive|pipe|service|class|guard|interface|enum|module its_name
`````` bash
# Unit Tests
ng test
`````` bash
# End to End Tests
ng e2e
```