A port of the Elm Architecture Tutorial to PureScript.
- Ensure that you've got PureScript 0.7.6 installed. (has also been tested with 0.8RC)
- Ensure that you've got pulp 8.x installed (
npm install pulp@8
) - Run
npm install
to get the virtual-dom dependency loaded - Run
pulp dep install
to get the PureScript dependencies loaded. - Run
pulp server
to run the server and access it athttp://localhost:1337
The repository is accompanied by a series of blog posts explaining the code and examples: