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

https://github.com/passy/todomvc-purescript-react

Nothing to see here, move along!
https://github.com/passy/todomvc-purescript-react

Last synced: 6 months ago
JSON representation

Nothing to see here, move along!

Awesome Lists containing this project

README

          

todomvc-purescript-react
========================

Nothing to see here, move along!

Requirements
------------

Purescript
[v0.6.0.2](https://github.com/purescript/purescript/releases/tag/v0.6.0.2),
possibly higher.

Getting Started
---------------

```bash
npm install -g http-server &
npm install & bower install
gulp build watch
http-server
open http://127.0.0.1:8000/
```