https://github.com/sau-lanvy/angular-weather
Build a weather app by Angular CLI
https://github.com/sau-lanvy/angular-weather
angular angular-cli openweathermap-api
Last synced: 11 months ago
JSON representation
Build a weather app by Angular CLI
- Host: GitHub
- URL: https://github.com/sau-lanvy/angular-weather
- Owner: sau-lanvy
- Created: 2017-06-01T08:01:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-19T08:06:58.000Z (almost 9 years ago)
- Last Synced: 2025-04-23T00:44:14.958Z (11 months ago)
- Topics: angular, angular-cli, openweathermap-api
- Language: CSS
- Homepage:
- Size: 1.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# angular-weather
Build a weather app by angular
### Install
> You can clone or download this application and then use the instructions below to run it and/or the tests to get a better sense of how it works.
### Download packages
> Run ```npm install``` or ```yarn install``` to download all packages for the app.
### Run app
> Run ```ng serve``` in command line. And then 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.
### Running unit tests
> Run ```ng test``` to execute the unit tests via Karma.
### Running end-to-end tests
> Run ```ng e2e``` to execute the end-to-end tests via Protractor. Before running the tests make sure you are serving the app via ng serve.