Skip to content

gencebay/HisarMobileClient

Repository files navigation

React Native Mobile App, HttpLive, TypeScript Proxy

React-Native

TypeScript (APIs, Proxy)

Build status

Watch the video

Development

Start HttpLive

$ httplive -p 5003,5004 -d httplive.db

then

$ npm install

$ react-native run-ios

Docker

$ scp httplive.db root@<hostip>:~/db/httplive.db
$ docker run -d -v ~/db:/var/db -p 80:5003 gencebay/httplive -d /var/db/httplive.db