https://github.com/dckt/reasonml-test
Some ReasonML tests
https://github.com/dckt/reasonml-test
Last synced: 9 months ago
JSON representation
Some ReasonML tests
- Host: GitHub
- URL: https://github.com/dckt/reasonml-test
- Owner: DCKT
- Created: 2018-02-08T16:47:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-09T17:13:58.000Z (over 8 years ago)
- Last Synced: 2025-04-05T16:35:08.685Z (about 1 year ago)
- Language: OCaml
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- 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 watch
```
# Editor
If you use `vscode`, Press `Windows + Shift + B` it will build automatically