Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/natefaubion/purescript-spork

Elm-like for PureScript
https://github.com/natefaubion/purescript-spork

Last synced: about 1 month ago
JSON representation

Elm-like for PureScript

Awesome Lists containing this project

README

        

# purescript-spork

[![Latest release](http://img.shields.io/github/release/natefaubion/purescript-spork.svg)](https://github.com/natefaubion/purescript-spork/releases)
[![Build status](https://travis-ci.org/natefaubion/purescript-spork.svg?branch=master)](https://travis-ci.org/natefaubion/purescript-spork)

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

- Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-spork).