Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-m-i-t-a/option
A Option extra functions for ReasonML.
https://github.com/s-m-i-t-a/option
hacktoberfest reason reasonml
Last synced: about 1 month ago
JSON representation
A Option extra functions for ReasonML.
- Host: GitHub
- URL: https://github.com/s-m-i-t-a/option
- Owner: s-m-i-t-a
- Created: 2018-11-12T18:28:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-12T18:28:42.000Z (about 6 years ago)
- Last Synced: 2024-12-29T18:47:50.110Z (about 1 month ago)
- Topics: hacktoberfest, reason, reasonml
- Language: OCaml
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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