An open API service indexing awesome lists of open source software.

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.

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/)