Skip to content

glin/shiny-react-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e0bd8ed · Apr 24, 2022

History

10 Commits
Oct 17, 2018
Oct 17, 2018
Oct 17, 2018
Oct 17, 2018
Oct 17, 2018
Oct 17, 2018
Oct 17, 2018
Oct 17, 2018
Feb 27, 2021
Oct 17, 2018
Apr 24, 2022
Apr 24, 2022
Oct 17, 2018
Apr 24, 2022

Repository files navigation

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

About

Example of a Shiny app with a React front-end

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published