An open API service indexing awesome lists of open source software.

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

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.