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)
- Host: GitHub
- URL: https://github.com/mars/ferry-schedule
- Owner: mars
- Created: 2015-01-30T06:38:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-14T18:36:29.000Z (about 11 years ago)
- Last Synced: 2025-02-09T19:18:20.597Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.11 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
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