Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```