Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jimmyhuco/bucklescript-cookbook-example
bucklescript cookbook example in Reasonml
https://github.com/jimmyhuco/bucklescript-cookbook-example
Last synced: 26 days ago
JSON representation
bucklescript cookbook example in Reasonml
- Host: GitHub
- URL: https://github.com/jimmyhuco/bucklescript-cookbook-example
- Owner: jimmyhuco
- Created: 2018-11-14T04:53:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-24T16:03:47.000Z (about 6 years ago)
- Last Synced: 2024-10-06T10:43:11.825Z (3 months ago)
- Language: OCaml
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The BuckleScript Cookbook Example
I rewrote the code examples in [BuckleScript Cookbook](https://github.com/glennsl/bucklescript-cookbook) in Reasonml.
example
## Build
```shell
yarn run build
```## Build + Watch
```shell
yarn run start
```