Skip to content

FearLessXT/way-app

Repository files navigation

WAY App Starter Template 👋

This is a starter template for the App.

Get started

  1. We use React Native and Expo to develop our App.

  2. Install dependencies

    npm install
  3. Start the local development server

     npx expo start
  4. To build the development server

    Install expo-dev-client library

    To initialize our project for a development build, let's cd inside our project directory and run the following command to install the library:

    npx expo install expo-dev-client

    Start the development server

    Run the npx expo start to start the development server:

    npx expo start
  5. Initialize a development build

    Install EAS CLI

    We need to install the EAS Command Line Interface (CLI) tool as a global dependency on our local machine. Run the following command:

    npm install -g eas-cli

    Log in or sign up for an Expo account

    eas login

    Initialize and link the project to EAS

    For any new project, the first step is to initialize and link it to the EAS servers. Run the following command:

    eas init
    1. Configure project for EAS Build

      To set up our project for EAS Build, run the following command:

       eas build:configure

HELLO WORLD

About

Way-App: Your guide to finding the perfect destination. Whether you're looking for restaurants, attractions, or hidden gems, Way-App helps you discover the best places to go based on your interests and preferences.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors