BowlerKit

Up and Running

8/20/2026

How to install and create a new project using the boilerplate CLI.

Before you start, make sure you have read the prerequisite section.

Installation

Once your payment is done, you can clone the repository and start working on your project.

Post-Installation

After creating your project:

  1. Navigate into your project directory:

cd my_app_name/mobile-app


2.  Install dependencies:
 ```bash
 pnpm install
  1. Start the development server:
    npx expo start

For backend setup, refer to the Backend section.