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!
- Host: GitHub
- URL: https://github.com/passy/todomvc-purescript-react
- Owner: passy
- License: mit
- Created: 2014-11-13T22:48:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T09:25:52.000Z (about 9 years ago)
- Last Synced: 2025-06-06T14:39:40.999Z (about 1 year ago)
- Language: PureScript
- Size: 8.79 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/
```