Purescript Pop Save

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

Project README

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: Your Easy Guide to Functional Reactive Programming (FRP).

Build :construction_worker: & Run :running:

# 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

(C) 2018 David Lettier
lettier.com

Open Source Agenda is not affiliated with "Purescript Pop" Project. README Source: lettier/purescript-pop