项目作者: lettier

项目描述 :
:smiley: A functional reactive programming (FRP) demo created with PureScript events and behaviors.
高级语言: PureScript
项目地址: git://github.com/lettier/purescript-pop.git
创建时间: 2018-10-23T05:14:14Z
项目社区:https://github.com/lettier/purescript-pop

开源协议:

下载


PureScript Pop

:grinning: Try it!

PureScript Pop :boom: is a functional reactive programming demo created with
PureScript events and behaviors.

Be sure to read :eyes:
@lettier/functional-reactive-programming-a0c7b08f6b67">Your Easy Guide to Functional Reactive Programming (FRP).

Build :construction_worker: & Run :running:

  1. # Install git and nvm.
  2. git clone https://github.com/lettier/purescript-pop.git
  3. cd purescript-pop
  4. nvm use
  5. npm install -g bower purescript pulp
  6. npm install
  7. bower install
  8. npm run build
  9. npm run runserver
  10. npm run open
  11. # ...
  12. npm run killserver

(C) 2018 David Lettier
lettier.com