This is the frontend for my app.
{box}
:r
install.packages('box')
.Renviron
):r
PORT = 3000
HOST = 127.0.0.1
Edit the values as required. They dictate the port & host on which to run the
frontend on.
index.R
is the entry point.
To start the app, run this from the terminal:
Rscript index.R
To enable autoreloading, checkout Live Reloading In Ambiorix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.