Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kritzcreek/frost-mobile
https://github.com/kritzcreek/frost-mobile
Last synced: about 1 hour ago
JSON representation
- Host: GitHub
- URL: https://github.com/kritzcreek/frost-mobile
- Owner: kritzcreek
- License: mit
- Created: 2015-03-18T18:53:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-20T19:07:27.000Z (about 9 years ago)
- Last Synced: 2024-10-11T23:55:20.727Z (26 days ago)
- Language: PureScript
- Homepage: http://frost.kritzcreek.me/mobile/index.html
- Size: 406 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# FROST - Mobile
This is the Mobile Frontend for the FROST Application. It utilizes Functional Reactive Programming to provide a robust approach to complex UI-Design. Eventually this project should be packaged into a Hybrid Web Application, supporting integration with Dropbox and push notifications.
## Preview
There is a hosted Timetable running at http://frost.kritzcreek.me/mobile/index.html.## Required Tooling:
- [psc/psc-make](http://www.purescript.org/)
- [npm](http://nodejs.org/)
- [react-tools](https://www.npmjs.com/package/react-tools)## Building
```
npm install
bower update
gulp
```## Running
The Result of the build process is supposed to be run with the FROST-Backend.