This is a starter template for the Ionic2Weather app from Mobile App Development with Ionic 2 published by O'Reilly Press.
This template does not work on its own.
$ sudo npm install -g ionic cordova
$ ionic start Ionic2Weather sidemenu
$ cd Ionic2Weather
With Ionic CLI version 3, the use of third party templates was removed. Once you have created the starter Ionic application using the steps above, download this repo and copy over the src and www directories into the newly created folder, replacing the initial src and www directory. You will still need to follow any additional steps in the book.