Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wudong/rescript-aoc
https://github.com/wudong/rescript-aoc
Last synced: about 10 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/wudong/rescript-aoc
- Owner: wudong
- Created: 2023-11-23T18:39:40.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-23T18:39:42.000Z (about 1 year ago)
- Last Synced: 2024-11-28T22:29:20.044Z (about 2 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReScript Project Template
The only official ReScript starter template. Clone this repo to get started.
This is the branch where you can use your output code in NodeJS. To use your output in the browser, do `git checkout -b browser origin/browser` to switch to the `browser` branch.
## Installation
```sh
npm install
```## Build
- Build: `npm run res:build`
- Clean: `npm run res:clean`
- Build & watch: `npm run res:dev`## Run
```sh
node src/Demo.bs.js
```