/todo_Ramda_React

TodoMVC example using React and Ramda

Primary LanguageJavaScriptMIT LicenseMIT

To-do app in Ramda and React

This is a TodoMVC example built with Ramda and React.

Development

Install dependencies

npm i

Build browser bundle

npm run make

Development server

npm start

This will start a server at localhost:1337.

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

License

MIT

References