All Projects → glin → shiny-react-example

glin / shiny-react-example

Licence: other
Example of a Shiny app with a React front-end

Programming Languages

javascript
184084 projects - #8 most used programming language
r
7636 projects
HTML
75241 projects

Projects that are alternatives of or similar to shiny-react-example

Electricshine
Create Standalone Installable Shiny Apps
Stars: ✭ 165 (+217.31%)
Mutual labels:  shiny
Shinyjqui
jQuery UI Interactions and Effects for Shiny
Stars: ✭ 225 (+332.69%)
Mutual labels:  shiny
capm shiny
Demo project of creating an interactive analytical tool for stock market using CAPM.
Stars: ✭ 31 (-40.38%)
Mutual labels:  shiny
Bslib
Tools for theming shiny and rmarkdown from R via Bootstrap (3 or 4) Sass.
Stars: ✭ 197 (+278.85%)
Mutual labels:  shiny
Shinymanager
Simple and secure authentification mechanism for single shiny applications.
Stars: ✭ 213 (+309.62%)
Mutual labels:  shiny
Bs4dash
Bootstrap 4 shinydashboard using AdminLTE3
Stars: ✭ 248 (+376.92%)
Mutual labels:  shiny
Gglabeller
Shiny gadget for labeling points on ggplot
Stars: ✭ 161 (+209.62%)
Mutual labels:  shiny
carbon-intensity-app
A web app showing how much electricity is made from renewable sources in different parts of UK
Stars: ✭ 22 (-57.69%)
Mutual labels:  shiny
Ggedit
Interactively edit ggplot layer aesthetics and theme definitions
Stars: ✭ 223 (+328.85%)
Mutual labels:  shiny
echarty
Minimal R/Shiny Interface to ECharts.js
Stars: ✭ 49 (-5.77%)
Mutual labels:  shiny
Taganomaly
Anomaly detection analysis and labeling tool, specifically for multiple time series (one time series per category)
Stars: ✭ 200 (+284.62%)
Mutual labels:  shiny
Shinyeffectforugui
Shiny effect of uGUI, which does not need mask or normal map.
Stars: ✭ 204 (+292.31%)
Mutual labels:  shiny
Shinycssloaders
⌛ Add loading animations to a Shiny output while it's recalculating
Stars: ✭ 248 (+376.92%)
Mutual labels:  shiny
Fresh
Fresh shiny themes
Stars: ✭ 170 (+226.92%)
Mutual labels:  shiny
grillade
Grid sytem for shiny apps or rmarkdown and to create htmlwidgets matrix
Stars: ✭ 16 (-69.23%)
Mutual labels:  shiny
Plotly
An interactive graphing library for R
Stars: ✭ 2,096 (+3930.77%)
Mutual labels:  shiny
Shinymobile
shiny API for Framework7 (IOS/android)
Stars: ✭ 243 (+367.31%)
Mutual labels:  shiny
shinyhttr
Give httr::progress the ability to talk to shinyWidgets::progressBar.
Stars: ✭ 32 (-38.46%)
Mutual labels:  shiny
SmaRP
Shiny app for projecting retirement funds / benefits
Stars: ✭ 17 (-67.31%)
Mutual labels:  shiny
RagGrid
R interface to ag-grid.
Stars: ✭ 31 (-40.38%)
Mutual labels:  shiny

shiny-react-example

Example of a Shiny app with a React front-end

Demo

Installation

git clone https://github.com/glin/shiny-react-example
cd shiny-react-example
npm install

Development

  1. Run the Shiny app in development mode (with live reloading enabled)
npm start  # or run main.R in an R console
  1. Run Webpack dev server (with hot reloading enabled)
npm run dev
  1. Open http://localhost:4000

Production

  1. Build the React app in production mode
npm run build
  1. Run the Shiny app
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].