Skip to content

tb0se/job-offerings

Repository files navigation

Job Postings App

Use expo-router to build native navigation using files in the app/ directory.

About the project

A job postings app I made following the 2023 React Native course by JavaScript Mastery.

Getting started

To get a local copy up and running follow these simple example steps.

Yarn

    npm install --global yarn

Installation

  1. Clone the repository
        git clone
  2. Install the required packages
        yarn
    
  3. Install the expo-cli
        npm i -g expo-cli

Usage

Start the app locally

expo-cli start --tunnel

Credits