Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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:

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
```