Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alextes/reason-notepad
ReasonML notepad.
https://github.com/alextes/reason-notepad
Last synced: 2 days ago
JSON representation
ReasonML notepad.
- Host: GitHub
- URL: https://github.com/alextes/reason-notepad
- Owner: alextes
- Created: 2018-10-26T12:48:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-26T12:48:34.000Z (about 6 years ago)
- Last Synced: 2025-01-01T10:17:54.124Z (6 days ago)
- Language: OCaml
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- 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