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

https://github.com/morucci/reason-sf-resources

ReasonML SF resources
https://github.com/morucci/reason-sf-resources

Last synced: 5 months ago
JSON representation

ReasonML SF resources

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

```bash
# for yarn
yarn build

# for npm
npm run build
```

# Build + Watch

```bash
# for yarn
yarn start

# for npm
npm run start
```