All Projects → tcoopman → bucklescript-tea-starter-kit

tcoopman / bucklescript-tea-starter-kit

Licence: other
Starter kit for bucklescript with the elm architecture

Programming Languages

ocaml
1615 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Labels

Projects that are alternatives of or similar to bucklescript-tea-starter-kit

teash
TEA for the shell, in OCaml
Stars: ✭ 40 (-21.57%)
Mutual labels:  tea
Elmdroid
Minimalistic Android implementation of The Elm Architecture with android architecture components integration.
Stars: ✭ 25 (-50.98%)
Mutual labels:  tea
gretea
Fegeya Gretea (aka green tea), new generation programming language.
Stars: ✭ 14 (-72.55%)
Mutual labels:  tea

This is a starter kit for bucklescript with tea. It uses rollup.js to package the javascript and serve to serve the release folder.

Organisation

  • The bucklescript code goes into src/*.ml
  • The release folder contains an index.html and rollup bundles your js here in main.js

Getting started

  • 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

Install

npm install

Build

npm run build

Watch

npm run watch
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].