Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/natefaubion/purescript-spork
- Owner: natefaubion
- License: mit
- Created: 2017-02-26T02:16:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T15:37:00.000Z (over 3 years ago)
- Last Synced: 2024-11-24T21:09:56.545Z (about 2 months ago)
- Language: PureScript
- Size: 88.9 KB
- Stars: 157
- Watchers: 11
- Forks: 9
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-purescript - purescript-spork - Elm-like for PureScript. (UI Libraries)
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).