i was trying to use live reload on my ionic 2 application. so i found this command
ionic run browser --live-reload
is not working as expected
Using this command browser will be reloaded automatically.
ionic serve
If you want to run application with different platform in browser you can use this command :
ionic serve -l
This both command will reload page automatically on code change