Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 327 Bytes

File metadata and controls

28 lines (18 loc) · 327 Bytes

rescript-tutorial

Getting started RESCRIPT

(Official Website)[https://rescript-lang.org/]

Run Project

  1. install dependencies
yarn
  1. build & watch
yarn watch
  1. run
  • .res파일이 빌드되면 .mjs 파일로 컴파일 됨
  • node 커맨드로 .mjs파일 실행 가능
node src/Index.mjs