Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kritzcreek/frost-frontend
Reactive Programming with PureScript and React
https://github.com/kritzcreek/frost-frontend
Last synced: 10 days ago
JSON representation
Reactive Programming with PureScript and React
- Host: GitHub
- URL: https://github.com/kritzcreek/frost-frontend
- Owner: kritzcreek
- License: mit
- Created: 2014-12-09T19:16:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-27T23:45:33.000Z (about 9 years ago)
- Last Synced: 2024-10-11T23:55:03.142Z (26 days ago)
- Language: JavaScript
- Homepage:
- Size: 668 KB
- Stars: 31
- Watchers: 10
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# FROST - Frontend
React.js View >>= RX Binding >>= Purescript Controller.
There is a hosted timetable at [OpenSpace](http://frost.kritzcreek.me/instance/0).
## Building
A global `gulp` installation is assumed. (`npm i -g gulp`)
```
npm i && bower i
gulp
```## Running
The Result of the build process is supposed to be run with the FROST-Backend. If your directory structure includes a FROST-Backend directory in the same directory as FROST-Frontend you can run `gulp deploy` to copy the build artifacts.