Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tejasbubane/reason-todo-old
- Owner: tejasbubane
- Created: 2017-11-19T19:30:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-19T19:33:12.000Z (about 7 years ago)
- Last Synced: 2024-11-13T16:42:07.398Z (3 months ago)
- Topics: bucklescript, functional-programming, reason-react, reasonml
- Language: OCaml
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.