https://github.com/zoontek/lillefp15-demo
A reason-react-native app to check Paris piscines pools opening hours
https://github.com/zoontek/lillefp15-demo
Last synced: 4 months ago
JSON representation
A reason-react-native app to check Paris piscines pools opening hours
- Host: GitHub
- URL: https://github.com/zoontek/lillefp15-demo
- Owner: zoontek
- Created: 2019-05-24T11:55:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T07:32:45.000Z (over 3 years ago)
- Last Synced: 2025-08-26T01:07:21.411Z (10 months ago)
- Language: Reason
- Homepage: https://www.meetup.com/fr-FR/Lille-FP/events/261321061
- Size: 710 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LilleFP #15 - Build native mobile apps with reason-react-native
## Setup
### Using Homebrew
```
$ ~ > brew install node yarn watchman
$ ~ > yarn global add reason-cli@latest-macos react-native-cli
```
## Crawling and serving data
```
$ ~/Code/lillefp15-demo/server > yarn
$ ~/Code/lillefp15-demo/server > yarn crawl
$ ~/Code/lillefp15-demo/server > yarn serve
```
## Starting mobile app
```
$ ~/Code/lillefp15-demo/mobile > yarn
$ ~/Code/lillefp15-demo/mobile > yarn bs:start
$ ~/Code/lillefp15-demo/mobile > yarn rn:start
```
Then launch the app in the iOS / android simulator.
_⚠️ Don't forget to update the url contained in the `Pools.re` file with your computer IP instead of localhost if your choose to run the app on your device instead._