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

https://github.com/mars/ferry-schedule

Experiments w/ React (JS & Native)
https://github.com/mars/ferry-schedule

Last synced: 11 months ago
JSON representation

Experiments w/ React (JS & Native)

Awesome Lists containing this project

README

          

Web version lives at http://ferry.life

Now released in the iOS App Store
[FerryLife: Tiburon–San Francisco](https://appsto.re/us/Kupu7.i)

#### Run for Dev

* Run backend server `npm run watch`
* Run dev server with hot module replacement `npm run webpack-server`
* Visit http://localhost:8080/

#### Deploy (Heroku-Docker)

heroku docker:exec ./node_modules/.bin/webpack --optimize-minimize
heroku docker:release

#### Native iOS

cd FerryLife
npm install
npm run webpack
npm run start (in a different terminal)
open FerryLife.xcodeproj