Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bertrand31/data-structures-reasonml

Collection of data structures implemented in ReasonML (OCaml)
https://github.com/bertrand31/data-structures-reasonml

functional-programming ocaml reasonml

Last synced: about 2 months ago
JSON representation

Collection of data structures implemented in ReasonML (OCaml)

Awesome Lists containing this project

README

        

# Basic Reason Template

Hello! This project allows you to quickly get started with Reason and BuckleScript. If you wanted a more sophisticated version, try the `react` template (`bsb -theme react -init .`).

# Build
```
npm run build
```

# Build + Watch

```
npm run start
```

# Editor
If you use `vscode`, Press `Windows + Shift + B` it will build automatically