/pokedex

Primary LanguageTypeScript

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.

Installation

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

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:

npx expo run:ios

For Android:

npx expo run:android