Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kutyel/hyre
proof of concept :)
https://github.com/kutyel/hyre
Last synced: 21 days ago
JSON representation
proof of concept :)
- Host: GitHub
- URL: https://github.com/kutyel/hyre
- Owner: kutyel
- License: mit
- Created: 2018-08-23T08:34:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-23T08:36:52.000Z (over 6 years ago)
- Last Synced: 2024-11-01T05:08:46.273Z (2 months ago)
- Language: C++
- Size: 1.95 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hyre
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