Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tatchi/playing-gentype
https://github.com/tatchi/playing-gentype
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tatchi/playing-gentype
- Owner: tatchi
- Created: 2019-02-23T06:09:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-12T07:06:37.000Z (almost 6 years ago)
- Last Synced: 2024-11-17T03:29:30.602Z (2 months ago)
- Language: TypeScript
- Size: 7.81 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
```
npm run build
```# Build + Watch
```
npm run start
```# Editor
If you use `vscode`, Press `Windows + Shift + B` it will build automatically