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

https://github.com/hoppula/react-immutable-todomvc

React TodoMVC with Immutable.js
https://github.com/hoppula/react-immutable-todomvc

Last synced: about 1 year ago
JSON representation

React TodoMVC with Immutable.js

Awesome Lists containing this project

README

          

# React TodoMVC with Immutable.js

[TodoMVC](http://todomvc.com/) example app written in [CoffeeScript](http://coffeescript.org/) (+ [cjsx](https://github.com/jsdf/coffee-react)) using [React](http://facebook.github.io/react/) & [Immutable.js](https://github.com/facebook/immutable-js).

Persists data to Local Storage after changes.

Uses browserify for builds and watchify for live builds.

Live demo available @ [https://rawgit.com/hoppula/react-immutable-todomvc/master/public/index.html](https://rawgit.com/hoppula/react-immutable-todomvc/master/public/index.html)

## Up and Running
First, clone the repo...

`git clone git@github.com:hoppula/react-immutable-todomvc.git`

Then install the npm and bower modules

```
$ npm install
$ npm run bower
```

build
```
$ npm run build
```

watch
```
$ npm run watch
```

start server
```
$ npm run server
```

then go to [http://localhost:4000/](http://localhost:4000/)