Skip to content

Latest commit

 

History

History
34 lines (15 loc) · 624 Bytes

README.md

File metadata and controls

34 lines (15 loc) · 624 Bytes

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