https://github.com/jderochervlk/rescript-fresh-starter
An example application using @jvlk/rescript-fresh
https://github.com/jderochervlk/rescript-fresh-starter
deno denofresh rescript
Last synced: about 1 year ago
JSON representation
An example application using @jvlk/rescript-fresh
- Host: GitHub
- URL: https://github.com/jderochervlk/rescript-fresh-starter
- Owner: jderochervlk
- Created: 2024-11-29T20:59:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-01T16:41:17.000Z (over 1 year ago)
- Last Synced: 2025-02-07T21:42:32.240Z (over 1 year ago)
- Topics: deno, denofresh, rescript
- Language: ReScript
- Homepage: https://rescript-fresh-example.deno.dev/
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fresh project
This is an example project using ReScript and Fresh.
You can clone this repo and use it to start creating your own Fresh application using ReScript.
### Usage
Make sure to install Deno: https://deno.land/manual/getting_started/installation
Start ReScript in one terminal:
```
deno task res:dev
```
Then start the project:
```
deno task start
```
This will watch the project directory and restart as necessary.