STAN helps you with your suttering. It offers exercises and theory during and after your therapy.
Install Ionic CLI
$ npm install -g ionic@latest
Install package.json dependencies
$ npm install
Test your app on different screen sizes and platform types by starting a local development server. Native plugins won't work with this method.
$ ionic serve
or
$ ionic serve --lab
Build iOS
$ ionic cordova platform rm ios
$ ionic cordova platform add ios
$ ionic cordova build ios
Build Android
$ ionic cordova platform rm android
$ ionic cordova platform add android
$ ionic cordova build android