Skip to main content

Quick Start With CLI

Prerequisites

Installation

  • Open a Terminal in your project's folder
npx create-phaselis-app@latest

You would be prompted to choose a template for your project. You can choose between the following templates:

After the installation is complete, you can navigate to your project folder by running the following command:

cd [project-name]

Running the project

To run the project, you can use the following commands:

npm start
  • this will start the metro bundler.

to run the project on a specific platform you can use the following commands:

IOS

npm run ios

Android

npm run android