https://github.com/gencebay/hisarmobileclient
React Native Mobile App, HttpLive, TypeScript Proxy
https://github.com/gencebay/hisarmobileclient
httplive proxy react-native redux redux-thunk typescript
Last synced: 9 months ago
JSON representation
React Native Mobile App, HttpLive, TypeScript Proxy
- Host: GitHub
- URL: https://github.com/gencebay/hisarmobileclient
- Owner: gencebay
- License: mit
- Created: 2018-01-27T13:42:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-23T09:50:13.000Z (over 7 years ago)
- Last Synced: 2025-03-23T21:45:55.296Z (about 1 year ago)
- Topics: httplive, proxy, react-native, redux, redux-thunk, typescript
- Language: JavaScript
- Homepage:
- Size: 10.3 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## React Native Mobile App, HttpLive, TypeScript Proxy
### React-Native
### TypeScript (APIs, Proxy)
### [HttpLive](https://github.com/gencebay/httplive)
[](https://appcenter.ms)
[](https://www.youtube.com/watch?v=8yEbVQelPs8)
### Development
Start HttpLive
$ httplive -p 5003,5004 -d httplive.db
then
$ npm install
$ react-native run-ios
### Docker
$ scp httplive.db root@:~/db/httplive.db
$ docker run -d -v ~/db:/var/db -p 80:5003 gencebay/httplive -d /var/db/httplive.db