https://github.com/ericadamski/learn-reasonml
Just a little repo that I am exploring some https://reasonml.github.io/
https://github.com/ericadamski/learn-reasonml
Last synced: about 2 months ago
JSON representation
Just a little repo that I am exploring some https://reasonml.github.io/
- Host: GitHub
- URL: https://github.com/ericadamski/learn-reasonml
- Owner: ericadamski
- Created: 2018-03-16T13:38:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-16T13:39:39.000Z (almost 8 years ago)
- Last Synced: 2025-01-06T09:45:38.180Z (about 1 year ago)
- Language: OCaml
- Size: 2.93 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 start
```
# Editor
If you use `vscode`, Press `Windows + Shift + B` it will build automatically