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.
- Host: GitHub
- URL: https://github.com/lettier/purescript-pop
- Owner: lettier
- Created: 2018-10-23T05:14:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-23T05:22:23.000Z (over 6 years ago)
- Last Synced: 2025-03-22T06:27:38.466Z (about 1 month ago)
- Topics: 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
- Language: PureScript
- Homepage: https://lettier.com/purescript-pop
- Size: 135 KB
- Stars: 33
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# PureScript Pop

: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-popnvm use
npm install -g bower purescript pulp
npm install
bower installnpm run build
npm run runserver
npm run open# ...
npm run killserver
```## Copyright :copyright:
(C) 2018 David Lettier
[lettier.com](https://www.lettier.com)