https://github.com/rescript-lang/rescript-project-template
Clone this repo to start your own project!
https://github.com/rescript-lang/rescript-project-template
Last synced: 9 months ago
JSON representation
Clone this repo to start your own project!
- Host: GitHub
- URL: https://github.com/rescript-lang/rescript-project-template
- Owner: rescript-lang
- Created: 2020-08-10T16:02:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-21T06:14:48.000Z (over 2 years ago)
- Last Synced: 2025-01-10T09:28:56.914Z (10 months ago)
- Size: 24.4 KB
- Stars: 104
- Watchers: 11
- Forks: 26
- Open Issues: 2
-
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
```