https://github.com/pengfluf/ng-weather
:partly_sunny: Angular 5 Weather Application (currently in development) :construction:
https://github.com/pengfluf/ng-weather
Last synced: 5 months 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 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-25T13:15:54.000Z (over 7 years ago)
- Last Synced: 2025-01-01T11:42:20.627Z (10 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
```