Mobile app for food delivery made with React-native, Expo and Typescript. ππ±
Before you start, have sure you have:
- Installe the most recent version of
<nodejs / jdk / yarn> - You have a
<Windows / Linux / Mac>. - You read this
<guide>.
To install react-native-food-app, Do:
Windows, Linux and macOS:
$ git clone https://github.com/Miguel-Oliveiraa/react-native-food-app.git
or
$ git clone git@github.com:Miguel-Oliveiraa/react-native-food-app.git
To use react-native-food-app, you must: Enter the directory
$ cd react-native-food-app
install dependencies
$ npm install
or
$ yarn
Run the expo app
$ npx expo start
To contribute to , follow theses steps:
- Fork this repository.
- Create a new branch:
git checkout -b <branch_name>. - Make yours changes and commit:
git commit -m '<commit_message>' - Send to the original branch:
git push origin react-native-food-app / <local> - Create a new pull request.
Alternatively, see the GitHub documentation at Creating a pull request.
