ML = Meta Language CAM = Categorial Abstract Machine
Zinc Abstract Machine
- portable - bytecode interpreter
brew install ocaml
brew install opam
# npm fails so use yarn
yarn global add bs-platform
# or local
yarn add --dev bs-platform
yarn build
yarn upgrade
Hello! This project allows you to quickly get started with Reason and BuckleScript. If you wanted a more sophisticated version, try the react
template (bsb -theme react -init .
).
npm run build
npm run start
If you use vscode
, Press Windows + Shift + B
it will build automatically