rescript-tutorial Getting started RESCRIPT (Official Website)[https://rescript-lang.org/] Run Project install dependencies yarn build & watch yarn watch run .res파일이 빌드되면 .mjs 파일로 컴파일 됨 node 커맨드로 .mjs파일 실행 가능 node src/Index.mjs