PureScript + Pux • TodoMVC

September 16, 2016 · View on GitHub

Pux is a PureScript interface to React, similar to the Elm app architecture. It is a simple pattern for modular, nested components that are easy to test, refactor, and debug - making it simple and straightforward to build complex web applications.

http://www.alexmingoia.com/purescript-pux/

Learning PureScript

Learning Carpenter

Running

To install and run this application one must only install the dependencies and run the Webpack development server:

npm install
npm start

If you want to compile the application source to distribution files in the dist folder, simply run:

npm run build

Credit

This TodoMVC application was created by @arthur-xavier.