- Install Node 8.x globally
- Install Angular CLI 6.x globally (npm install -g @angular/cli)
- To build execute "ng build" from project root in console
- To lint execute "ng lint" from project root in console
- To test execute "ng test" from project root in console
- To run excute "ng serve --open" from project root in console
- Change default city
- Location based wheather (using HTML5 geolocation)
- Improved styling
- More test converage