https://github.com/brainrake/furp
FRP with LiveScript
https://github.com/brainrake/furp
Last synced: about 1 year ago
JSON representation
FRP with LiveScript
- Host: GitHub
- URL: https://github.com/brainrake/furp
- Owner: brainrake
- Created: 2013-02-18T05:31:54.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-10-26T21:29:17.000Z (over 10 years ago)
- Last Synced: 2025-02-08T09:13:52.073Z (about 1 year ago)
- Language: JavaScript
- Size: 320 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
FRP with LiveScript
inspired by http://elm-lang.org/ and https://github.com/raimohanska/bacon.js
install deps:
$ npm install -g livescript bower
$ bower install
watch and compile:
$ livescript -wck furp.ls
run:
$ serve
and visit http://localhost:3000