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.
- Host: GitHub
- URL: https://github.com/bryanbill/jumba-delivery
- Owner: bryanbill
- Created: 2024-02-21T13:19:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-23T08:44:20.000Z (about 2 years ago)
- Last Synced: 2025-02-17T07:44:56.074Z (over 1 year ago)
- Topics: nodejs, react-native, socket-io
- Language: TypeScript
- Homepage:
- Size: 245 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```