https://github.com/tuhuynh27/fhouse
FHouse - "Tìm ở ghép, phòng trọ, bạn trọ chỉ trong 5 phút" App - Built on top with React, React Native, Serverless Architect with Firebase
https://github.com/tuhuynh27/fhouse
babel expo firebase react-native react-native-script reactjs redux webpack
Last synced: 2 months ago
JSON representation
FHouse - "Tìm ở ghép, phòng trọ, bạn trọ chỉ trong 5 phút" App - Built on top with React, React Native, Serverless Architect with Firebase
- Host: GitHub
- URL: https://github.com/tuhuynh27/fhouse
- Owner: tuhuynh27
- Created: 2018-07-22T15:52:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T09:48:08.000Z (over 3 years ago)
- Last Synced: 2025-03-24T10:54:26.797Z (about 1 year ago)
- Topics: babel, expo, firebase, react-native, react-native-script, reactjs, redux, webpack
- Language: JavaScript
- Homepage: https://fhouse-app.firebaseapp.com/
- Size: 5.51 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## "Tìm ở ghép, phòng trọ, bạn trọ" App
Running web app by Firebase Hosting: https://fhouse-app.firebaseapp.com/
### Javascript Stack:
- `React`
- Webpack, Babel build script
- `React Native` with `Expo` SDK
- Native Base UI Component
- `Firebase` Ecosystem
- Realtime Database (real-time sync)
- Authentication
- Cloud Function (Serverless)

### Environment:
Assuming you have a working Node.js environment (with `npm` dependency management).
### Set-up
Fetch all dependencies of `npm`:
```
$ npm install
```
### Development
Develop Expo with hot reload:
```
npm run start
```
Develop web app:
```
npm run web
```
**Recommended use with VSCode and ESLint installed.**