Mobile App written in React Native, deployed on app store and Google play as below:
npm install react-native -g
npm install
iOS: Download XCode, then run:
react-native run-ios --simulator="iPhone X"
Android: Download Java SE Development Kit 8, Android Studio. Plug in Android device with debugger on or open emulator. Then:
adb devices
react-native run-android
Healthcal-Mobile (aka I Am Off!) uses this barebones Node.js app using Express 4.
Running Locally
Make sure you have Node.js and the Heroku CLI installed.
$ npm install
$ npm start
Your app should now be running on localhost:5000, however you'll need PostgreSQL set up locally to run it
git add .
git commit -m "nice commit"
git push heroku master
heroku open