This repository is a collection of selfcontained example projects demonstrating how to use the various libraries composing R-js.
The examples are subdivided in the categories for either the browser or nodejs. Examples using typescript are kept seperate and distinct from the examples that do not use typescript.
Configuration of the various bundlers/transpilers are kept as minimalistic as possible on purpose.
Nomenclature
$repodir
: is the main directory of this git repo after cloning
From the main repository directory
>cd examples/lib-r-math.js/typescript
>npm i
>npm run build
The resulting bundle build will be in $repodir/examples/lib-r-math.js/typescript/dist/bundle.js