Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stefanoconsonni/jobby
- Owner: StefanoConsonni
- Created: 2023-08-15T06:48:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-16T10:07:50.000Z (over 1 year ago)
- Last Synced: 2023-08-16T11:42:12.803Z (over 1 year ago)
- Topics: expo-cli, react-native
- Language: JavaScript
- Homepage:
- Size: 746 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.