https://github.com/typeofweb/reason-notes-app
First app in Reason and JS. Not very pretty code though.
https://github.com/typeofweb/reason-notes-app
Last synced: 12 months ago
JSON representation
First app in Reason and JS. Not very pretty code though.
- Host: GitHub
- URL: https://github.com/typeofweb/reason-notes-app
- Owner: typeofweb
- Created: 2017-07-05T23:22:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-14T08:11:16.000Z (over 8 years ago)
- Last Synced: 2025-02-13T07:17:06.015Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://mmiszy.github.io/reason-notes-app/
- Size: 134 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- 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
# Demo
[https://mmiszy.github.io/reason-notes-app/](https://mmiszy.github.io/reason-notes-app/)