Configuration
Get all dependencies
$ npm install (windows)
$ sudo npm install (mac)$ ionic cordova platform add ios
$ ionic cordova platform add android
$ ionic cordova build ios
$ ionic cordova build androidServing the app
$ ionic serve
> ng run app:serve --host=0.0.0.0 --port=8100
Browser window opened to http://localhost:8100!Last updated