An open API service indexing awesome lists of open source software.

https://github.com/lettier/purescript-pop

:smiley: A functional reactive programming (FRP) demo created with PureScript events and behaviors.
https://github.com/lettier/purescript-pop

demo demo-app front-end front-end-development front-end-framework frp functional-programming functional-programming-examples functional-reactive-programming haskell interactive javascript javascript-framework purescript purescript-behaviors purescript-demo react reactive reactive-programming web-development

Last synced: 26 days ago
JSON representation

:smiley: A functional reactive programming (FRP) demo created with PureScript events and behaviors.

Awesome Lists containing this project

README

        

![](https://i.imgur.com/uH7MlYQ.png)

# PureScript Pop

![](https://i.imgur.com/FIyTa31.gif)

:grinning: [Try it!](https://lettier.com/purescript-pop)

PureScript Pop :boom: is a functional reactive programming demo created with
[PureScript](http://www.purescript.org) events and behaviors.

Be sure to read :eyes:
[Your Easy Guide to Functional Reactive Programming (FRP)](https://medium.com/@lettier/functional-reactive-programming-a0c7b08f6b67).

## Build :construction_worker: & Run :running:

```bash
# Install git and nvm.
git clone https://github.com/lettier/purescript-pop.git
cd purescript-pop

nvm use
npm install -g bower purescript pulp
npm install
bower install

npm run build
npm run runserver
npm run open

# ...

npm run killserver
```

## Copyright :copyright:

(C) 2018 David Lettier
[lettier.com](https://www.lettier.com)