An open API service indexing awesome lists of open source software.

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

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._