Hi there! It's a list of restaurants so I called it Restalist.
To get started you chould firstly install packages via 'npm i' and then follow instructions.
To run server: cd api/ meteor -p your.local.IP.address:3000
To run front-end in browser: ionic serve
To launch an app on Android follow insctuctions:
-
Install Gradle apt-get install gradle
-
Install (if needed) Android SDK and set ANDROID_HOME in ~/.bashrc: https://developer.android.com/studio/intro/update#sdk-manager
-
Add cordova platform cordova platform add android
-
Change address in 'meteor-client.config.json' to your local ip address
-
npm run meteor-client:bundle
-
cordova run android