Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stefanoconsonni/jobby

This repository contains a job board App built with React Native
https://github.com/stefanoconsonni/jobby

expo-cli react-native

Last synced: 4 days ago
JSON representation

This repository contains a job board App built with React Native

Awesome Lists containing this project

README

        

# Jobby App

This repository contains a job board App built with React Native. The App has search and pagination functionalities.

### Setup

Rename the `.env.example` file to `.env` and follow the instructions provided in the .env file

### Install Dependencies (frontend & backend)

Ensure that [nvm](https://github.com/nvm-sh/nvm), [npm](https://www.npmjs.com/) and Nodemon are installed globally

Install the correct version of Node running this command in the project root folder

```
nvm install
```

```
npm install
```

### Run

Run the app locally

```
npx expo start —tunnel

```

Install the Expo Go app on your phone and scan the QR code that you find the the terminal. It will open the app and run it on your device.