Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 362 Bytes

File metadata and controls

18 lines (15 loc) · 362 Bytes

React-native-intro

The simple job-search app for mobile devices. The app build on JSearch API.

Quick Start

  1. Install dependencies
npm install
  1. Add .env with provided your Rapid API key
RAPID_API_KEY=your_key
  1. Run the app
npm run start