Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucasalvaresa/pizzapp
A pizzeria app made with React Native
https://github.com/lucasalvaresa/pizzapp
react-native reactnavigation typescript
Last synced: about 15 hours ago
JSON representation
A pizzeria app made with React Native
- Host: GitHub
- URL: https://github.com/lucasalvaresa/pizzapp
- Owner: LucasAlvaresA
- Created: 2024-01-17T10:39:14.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-02-09T04:37:22.000Z (9 months ago)
- Last Synced: 2024-02-09T05:29:33.077Z (9 months ago)
- Topics: react-native, reactnavigation, typescript
- Language: TypeScript
- Homepage:
- Size: 579 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
Pizzapp
## Getting Started
- This repository is part of the Pizzapp project ( [Web](https://github.com/LucasAlvaresA/pizzapp-web), [Back-end](https://github.com/LucasAlvaresA/pizzapp-backend) )
- To get a local copy up and running follow these simple example steps.
### Prerequisites
- First, you need to configure your environment setup to run [React Native](https://reactnative.dev/docs/getting-started)
- You also need the [backend project](https://github.com/LucasAlvaresA/pizzapp-backend) running### Installation
- Clone the repo
git clone [email protected]:LucasAlvaresA/pizzapp.git
- Install NPM packagesnpm install
- Run the project
npm run start