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: 3 days ago
JSON representation
Remix and ReScript in harmony
- Host: GitHub
- URL: https://github.com/tom-sherman/rescript-remix-template
- Owner: tom-sherman
- Created: 2021-12-20T11:55:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-10T21:43:54.000Z (almost 3 years ago)
- Last Synced: 2024-11-17T01:32:41.365Z (27 days ago)
- Language: ReScript
- Homepage:
- Size: 170 KB
- Stars: 29
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-rescript - Remix - sherman](https://github.com/tom-sherman) (ReScript / Templates and Boilerplates)
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
```