The goal of blockr.ui is to provide an alternative user interface for
{blockr.core}
.
You can install the development version of blockr.ui from GitHub with:
# install.packages("devtools")
devtools::install_github("cynkra/blockr.ui")
To run the demo app:
library(blockr.dplyr)
library(blockr.ui)
run_demo_app()
JS code is managed by esbuild
{charpente}
.
To create a new JS file do and compile the entire project:
charpente::create_js("file-name")
charpente::build_js()