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

https://github.com/bryanbill/jumba-delivery

This is a simple realtime location tracker using Node.js, Express, Socket.io, Expo and React Native.
https://github.com/bryanbill/jumba-delivery

nodejs react-native socket-io

Last synced: 2 months ago
JSON representation

This is a simple realtime location tracker using Node.js, Express, Socket.io, Expo and React Native.

Awesome Lists containing this project

README

          

# Jumba Realtime Location Tracker

This is a simple realtime location tracker using Node.js, Express, Socket.io, Expo and React Native.

## Usage

### Install Dependencies

```bash
npm install
```

### Run Server

```bash

cd server && npm run dev
```

### Run App

```bash
npm run start
```