arnm / groceries-notify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

groceries-notify

Mobile application which will notify you when available Curbside Service is available for H-E-B grocery stores nearby.

Development

  1. Install expo-cli:
    npm install -g expo-cli@latest
  2. Install android-studio:
    brew cask install android-studio
  3. Create new Virtual Device in ADV Manager
  4. Launch new Device
  5. Install expo client on device:
    expo client:install:android
  6. Install dependencies:
    yarn install
  7. Run application:
    yarn start
    
    # if you encounter error, it may be good start like so
    expo start --clear
  8. Run on Android Emulator (with iOS you will need extra setup steps for background tasks)

References

About


Languages

Language:TypeScript 99.0%Language:JavaScript 1.0%