https://github.com/iodevs/reason-validate
Reason validation library
https://github.com/iodevs/reason-validate
Last synced: 8 months ago
JSON representation
Reason validation library
- Host: GitHub
- URL: https://github.com/iodevs/reason-validate
- Owner: iodevs
- Created: 2018-12-08T05:29:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-08T06:21:12.000Z (over 7 years ago)
- Last Synced: 2025-06-25T03:45:06.615Z (12 months ago)
- Language: OCaml
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- 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