[](https://travis-ci.org/supersubwoofer/bucklescript-tea-sam)
npm install bucklescript-tea-sam
This is an experiment for SAM pattern on bucklescript-TEA
The bucklescript code goes into _src/.ml_
* The _release_ folder contains an _index.html_ and rollup bundles your js here in _main.js_
* copy or clone this repository
* change the names in package.json
* in the _rollup.config.js_ you can also change the name of the output, you also have to change this name in de _index.html_
* for consistency, also change the name in _bsconfig.json_
```
npm install
``
npm run build
```
npm run watch