Skip to content

vorn-dev-ni/react_native_cli_boilerplate_2024

Repository files navigation

React Native CLI Boilerplate

A React Native CLI boilerplate template to kickstart your mobile app development. This template includes essential configurations, libraries, and best practices to get you started quickly.

Table of Contents

Getting Started

Follow these instructions to set up and run the project on your local machine.

Prerequisites

Ensure you have the following installed:

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/react-native-cli-boilerplate.git
    cd react-native-cli-boilerplate
  2. Install dependencies:

    npm install
    # or
    yarn install

Running the App

  1. Start the Metro bundler:

    npx react-native start
  2. Run on iOS:

    npx react-native run-ios
  3. Run on Android:

    npx react-native run-android

Folder Structure

The project follows a modular and scalable folder structure:

Dependencies

This boilerplate comes with a set of pre-installed dependencies to enhance your development experience:

About

Redux, React Native paper and React Native CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published