Get started - GeoMatDigital/app-geomat GitHub Wiki
##Welcome to the GeoMat-App wiki!
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.