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
- Host: GitHub
- URL: https://github.com/morucci/reason-sf-resources
- Owner: morucci
- Created: 2020-10-02T12:22:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-05T08:38:31.000Z (over 5 years ago)
- Last Synced: 2025-04-04T21:14:18.054Z (about 1 year ago)
- Language: Reason
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- 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
```bash
# for yarn
yarn build
# for npm
npm run build
```
# Build + Watch
```bash
# for yarn
yarn start
# for npm
npm run start
```