https://github.com/jonaskello/bs-test
Experimenting with some bucklescript, reasonml and rehydrate
https://github.com/jonaskello/bs-test
Last synced: about 1 year ago
JSON representation
Experimenting with some bucklescript, reasonml and rehydrate
- Host: GitHub
- URL: https://github.com/jonaskello/bs-test
- Owner: jonaskello
- Created: 2017-03-05T22:21:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-05T22:37:48.000Z (over 9 years ago)
- Last Synced: 2024-10-06T02:21:23.544Z (over 1 year ago)
- Language: OCaml
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bs-test
Experimenting with some bucklescript, reasonml and rehydrate
# Prerequisites
If you are on macOS or Linux I think you need to install ninja:
```
brew update
brew install ninja
```
# Editing
I would recommend using Visual Studio Code with the [reason plugin](https://marketplace.visualstudio.com/items?itemName=freebroccolo.reasonml).
Bucklescript seems to create .merlin file that will power the intellisense of the VSCode plugin. To make this work you need to have `ocamlmerlin` on your path. One way to do this is to install merlin via opam:
```
opam install merlin
```
# How to use
```
yarn install
yarn start
```