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
- Host: GitHub
- URL: https://github.com/mattms/todo_ramda_react
- Owner: MattMS
- License: mit
- Created: 2017-03-02T03:47:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-22T04:43:19.000Z (about 9 years ago)
- Last Synced: 2025-02-01T16:11:17.597Z (over 1 year ago)
- Language: JavaScript
- Size: 327 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)