You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 21, 2019. It is now read-only.
The app is built on top of ionic. To get started follow it's instructions
Done this, clone this repository, open it in any IDE of your choice and install all packages in the node_modules-folder with
npm install
To run the project initially use ionic serve
Your default browser will open the app on localhost:8100 in developermode
To watch your app on different platforms you can execute ionic serve --lab. A new tab will be opened to have a look at your app as if it is on a mobile device, simulating iOS, Android and Windows Platform.