_ https://rescript-lang.org/: official document for learning about rescript
_ https://schmavery.github.io/reprocessing/: simplest way to try reprocessing (which will ease the way to build graphic and game)
npm install or yarn
npm run build or yarn build
Development mode: you can use yarn build -w to keep compiling the codes when changes
npm start or yarn start: to start simple static simple http server (no hot reloading for now)
It will start the server at localhost:8000