https://github.com/fission-codes/reasonml-client
https://github.com/fission-codes/reasonml-client
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fission-codes/reasonml-client
- Owner: fission-codes
- Created: 2019-08-09T17:37:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T07:00:30.000Z (over 3 years ago)
- Last Synced: 2025-04-03T04:56:18.405Z (about 1 year ago)
- Language: C++
- Size: 636 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
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