Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sammy212/food-app
https://github.com/sammy212/food-app
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sammy212/food-app
- Owner: Sammy212
- Created: 2024-01-23T02:50:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-25T15:38:40.000Z (about 1 year ago)
- Last Synced: 2024-01-26T05:23:29.850Z (almost 1 year ago)
- Language: JavaScript
- Size: 338 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Foodie
## Get Started
install dev dependencies
### `npm install` or `yarn install`
## Then
Run The app
### `npm start` or `yarn start`
Runs your app in development mode.
Open it in the [Expo app](https://expo.io) on your phone to view it. It will reload if you save edits to your files, and you will see build errors and logs in the terminal.
#### `npm run ios` or `yarn run ios`
Like `npm start` / `yarn start`, but also attempts to open your app in the iOS Simulator if you're on a Mac and have it installed.
#### `npm run android` or `yarn run android`
Like `npm start` / `yarn start`, but also attempts to open your app on a connected Android device or emulator. Requires an installation of Android build tools (see [React Native docs](https://facebook.github.io/react-native/docs/getting-started.html) for detailed setup).