3%
MIT
bstr
0.0.4
Super opinionated (will be de-opinionated soon) quickstart tool for bucklescript/reason applications.

BSTR - Bucklescript Starter

Super opinionated (will be de-opinionated soon) quickstart tool for bucklescript/reason applications.

Support out-of-the-box:

  • reactjs
  • bundling
  • hot module reloading
  • server side rendering
  • ocaml
  • reasonml

How To

mkdir bstr-demo
cd bstr-demo
npm init -y
npm i -D bassjacob/bstr
./node_modules/.bin/bstr init
npm run watch # app is now available on localhost:8080

TODO