Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tejasbubane/reason-todo-old

Small todo app with reasonml
https://github.com/tejasbubane/reason-todo-old

bucklescript functional-programming reason-react reasonml

Last synced: about 1 month ago
JSON representation

Small todo app with reasonml

Awesome Lists containing this project

README

        

# reason-todo

My first attempt at reason-react! :tada:

Based on [this tutorial](https://jaredforsyth.com/2017/07/05/a-reason-react-tutorial/)
with small additions of my own.

Run this project:

```
npm link bs-platform
npm install
npm start
# in another tab
npm run webpack
```

After you see the webpack compilation succeed (the `npm run webpack` step), open up the nested html files in `src/*` (**no server needed!**). Then modify whichever file in `src` and refresh the page to see the changes.