https://github.com/lucasalvaresa/pizzapp
A pizzeria app, made with the aim of establishing and practicing advanced React Native concepts
https://github.com/lucasalvaresa/pizzapp
react-native reactnavigation typescript
Last synced: 2 months ago
JSON representation
A pizzeria app, made with the aim of establishing and practicing advanced React Native concepts
- Host: GitHub
- URL: https://github.com/lucasalvaresa/pizzapp
- Owner: LucasAlvaresA
- Created: 2024-01-17T10:39:14.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-09T04:37:22.000Z (over 2 years ago)
- Last Synced: 2025-01-18T05:44:10.180Z (over 1 year ago)
- Topics: react-native, reactnavigation, typescript
- Language: TypeScript
- Homepage:
- Size: 581 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 git@github.com:LucasAlvaresA/pizzapp.git
- Install NPM packages
npm install
- Run the project
npm run start