https://github.com/r-js/examples
cookbook of selfcontained example projects for R-js compnents
https://github.com/r-js/examples
Last synced: 4 months ago
JSON representation
cookbook of selfcontained example projects for R-js compnents
- Host: GitHub
- URL: https://github.com/r-js/examples
- Owner: R-js
- License: gpl-3.0
- Created: 2019-01-06T21:36:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-24T08:13:26.000Z (almost 2 years ago)
- Last Synced: 2025-06-21T22:07:08.334Z (12 months ago)
- Size: 179 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Standalone examples projects using the R-js libraries
This repository is a collection of selfcontained example projects demonstrating how to use the various libraries composing _R-js_.
## browser and node
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.
## minimalistic configuration
Configuration of the various bundlers/transpilers are kept as minimalistic as possible on purpose.
## `libRmath.js` examples
Nomenclature
* `$repodir`: is the main directory of this git repo after cloning
### Building with webpack and typescript
From the main repository directory
```bash
>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`