Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.

Releases: m-thalmann/Weather

Release 1.0

01 Feb 21:44
Compare
Choose a tag to compare

Using this release

Build yourself

Download the master archive, extract it and build it with the following commang (you need to have npm and angular-cli installed):
ng build --prod
It will create a dist folder, with the compiled output

Use pre-build application

Download the Weather_v1.0.zip archive, extract it to the root of your webserver (or subdirectory) and you are set to go.

Note

When installing this application in a subdirectory of your webserver (e.g. https://example.com/weather) you need to modify the base tag in the index.html file