An open API service indexing awesome lists of open source software.

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

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