Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gaku-sei/bs-tea
Simple Bucklescript Tea starter
https://github.com/gaku-sei/bs-tea
Last synced: about 1 month ago
JSON representation
Simple Bucklescript Tea starter
- Host: GitHub
- URL: https://github.com/gaku-sei/bs-tea
- Owner: gaku-sei
- Created: 2018-09-17T23:17:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-19T15:10:46.000Z (over 6 years ago)
- Last Synced: 2024-11-05T13:12:47.385Z (3 months ago)
- Language: OCaml
- Size: 39.1 KB
- Stars: 1
- Watchers: 3
- 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