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
i found the solution on the github page
include a script in the package.json file
"browser": "ionic-app-scripts serve --sourceMap source-map --iscordovaserve --wwwDir platforms/browser/www/ --buildDir platforms/browser/www/build"
and run
npm run browser