Ecosyste.ms: Awesome

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

https://github.com/tom-sherman/rescript-remix-template

Remix and ReScript in harmony
https://github.com/tom-sherman/rescript-remix-template

Last synced: 2 months ago
JSON representation

Remix and ReScript in harmony

Lists

README

        

# ReScript Remix Template

A starter template for writing Remix apps in [ReScript](https://rescript-lang.org/).

## Development

```
npm i
npm run dev:rescript
```

And then in another terminal:

```
npm run dev:remix
```

## Building

```
npm run build
```