PureScript + Carpenter • TodoMVC

September 20, 2016 · View on GitHub

PureScript is a small strongly typed programming language that compiles to JavaScript.

Carpenter provides an interface to React in PureScript, highly insired by inspired by Elm and Thermite. Carpenter also provides simple patterns and architectures for dealing with more complex applications.

http://github.com/arthur-xavier/purescript-carpenter

Working demo

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.