The minimal framework for transform R shiny application into standalone

- install node
sh ./node.sh
- make project: assuming 'myapp'
sh ./project.sh myapp
-
modify meta data:
myapp/package.json
-
modify shiny application with yours:
myapp/shiny/app.R
-
build electron application
sh ./electron.sh myapp
- finish
This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0).
See the LICENSE file for details.