https://github.com/ctrlplusb/reason-advent-2017
https://adventofcode.com solved using ReasonML
https://github.com/ctrlplusb/reason-advent-2017
Last synced: 5 months ago
JSON representation
https://adventofcode.com solved using ReasonML
- Host: GitHub
- URL: https://github.com/ctrlplusb/reason-advent-2017
- Owner: ctrlplusb
- Created: 2017-12-08T17:03:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-09T21:42:03.000Z (about 8 years ago)
- Last Synced: 2025-04-02T17:28:32.765Z (9 months ago)
- Language: OCaml
- Size: 41 KB
- Stars: 2
- Watchers: 2
- 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