This repository provides boilerplate for bucklescript. Save time to select and decide packages.
Webpack 3.8.x
Karma 1.7.x
Format all OCaml files
OCaml compiler for Bucklescript
$ git clone https://github.com/derui/bs-boilerplate.git sample
$ cd sample
$ npm i
npm run build
npm run watch
npm run test
If you use vscode
, Press Windows + Shift + B
it will build automatically