https://github.com/mlms13/cryptograms
https://github.com/mlms13/cryptograms
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mlms13/cryptograms
- Owner: mlms13
- Created: 2019-02-21T19:06:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-21T19:07:12.000Z (over 6 years ago)
- Last Synced: 2025-02-04T17:53:22.007Z (4 months ago)
- Language: OCaml
- Size: 19.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
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