Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/handipriyono/pokedex


https://github.com/handipriyono/pokedex

Last synced: about 16 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Running Expo Project

This guide will help you run your Expo project in development mode.

## Prerequisites

Make sure you have Node.js installed on your system. If not, you can download it from [Node.js official website](https://nodejs.org/).

## Installation

First, you need to install the project dependencies. Open your terminal, navigate to your project directory and run the following command:

```bash
npm install
```

## Running the Project in Development Mode

After the installation is complete, you can run your Expo project on iOS or Android using the following commands:

For iOS:

```bash
npx expo run:ios
```

For Android:

```bash
npx expo run:android
```