A visual programming language to create GUI application in functional and reactive way. Built with React, TypeScript, CSS Modules and Webpack. You can try a demo of vamboo.
clone the repo:
git clone https://github.com/vamboo/vamboo.git
Install npm dependencies:
yarn install
Running on webpack-dev-server:
yarn run start