Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 409 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 409 Bytes

ReScript Project Template

ReScript React starter template for Open Social.

Uses esbuild and serve to create a bundle

Installation

yarn install

Build

  • Build: yarn build
  • Clean: yarn clean
  • Build & watch: yarn start

Run

yarn dev

In case you get an error such as the following, run yarn build:rescript first.

✘ [ERROR] Could not resolve "src/App.mjs"