Super opinionated (will be de-opinionated soon) quickstart tool for bucklescript/reason applications.
Support out-of-the-box:
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