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

https://github.com/mattms/todo_ramda_react

TodoMVC example using React and Ramda
https://github.com/mattms/todo_ramda_react

Last synced: over 1 year ago
JSON representation

TodoMVC example using React and Ramda

Awesome Lists containing this project

README

          

# To-do app in Ramda and React

This is a [TodoMVC](http://todomvc.com/) example built with [Ramda](http://ramdajs.com/) and [React](https://facebook.github.io/react/).

## Development

### Install dependencies

npm i

### Build browser bundle

npm run make

### Development server

npm start

This will start a server at [localhost:1337](http://localhost:1337/).

It requires installing the dependencies so the CSS can be served from the `node_modules` folder.

## License

[MIT](./LICENSE)

## References

- [React demo app.jsx @ GitHub](https://github.com/tastejs/todomvc/blob/gh-pages/examples/react/js/app.jsx)