Before we start you need to know that you can view the running app without running it locally. Just open this project github pages: https://mikejav.github.io/ng-weather-app/?cityName=Krak%C3%B3w
project is created using angular CLI so you need to install it globally.
git clone [email protected]:mikejav/ng-weather-app.git
cd ng-weather-app
npm install
the following command will run the development server:
ng serve