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.
Learning PureScript
- PureScript home
- PureScript book
- Getting Started with PureScript
- Try PureScript
- Learning resources
- Language guide
Learning Carpenter
- Documentation
- [Examples] (https://github.com/arthur-xavier/purescript-carpenter/tree/master/examples)
- Documentation for purescript-react
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.