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.
Learning PureScript
- PureScript home
- PureScript book
- Getting Started with PureScript
- Try PureScript
- Learning resources
- Language guide
Learning Carpenter
- Guide
- [API Reference] (http://alexmingoia.github.io/purescript-pux/docs/API/Pux.html)
- Starter app
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.