Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 258 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 258 Bytes

ReScript Remix Template

A starter template for writing Remix apps in ReScript.

Development

npm i
npm run dev:rescript

And then in another terminal:

npm run dev:remix

Building

npm run build