Learning ReasonML by solving Advent of Code 2017 challenges!
I include the compiled JS in src
, so executing the solutions is easy enough via node: node src/Day1.bs.js
npm run build
npm run start
If you use vscode
, Press Windows + Shift + B
it will build automatically