Elm-like for PureScript
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
examples
src/Spork
.gitignore Fix package-lock ignore Nov 1, 2017
.travis.yml
LICENSE
README.md
bower.json
package.json

README.md

purescript-spork

Latest release Build status

An Elm-like for PureScript. No npm dependencies required.

Try before you buy

Clone the repository. Then:

npm install
bower install
npm run example:all

Open the index.html file in each example directory. On MacOS and possibly other systems, this will work:

cd examples/counter
open index.html

See each example's README.md for a description of the example, or for advice if you have problems.

Install

bower install purescript-spork

Documentation