Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 306 Bytes

File metadata and controls

8 lines (4 loc) · 306 Bytes

Chat - ReScript

Example of monorepo app in ReScript. Run pnpm install to install dependencies.

For running in dev mode, run pnpm run dev and go to http://localhost:5173.

For running in prod mode, run pnpm run build to build, cd dist, run node index.mjs and go to http://localhost:3000.